PgMiscellaneous.scanInt

Scans an integer. Leading white space is skipped.

class PgMiscellaneous
static
int
scanInt
(
ref string pos
,
out int f_out
)

Parameters

pos string

in/out string position. inout

Return Value

Type: int

FALSE if a parse error occurred.

Meta