PgMiscellaneous.scanInt

Scans an integer. Leading white space is skipped.

struct PgMiscellaneous
static
bool
scanInt
(
ref string pos
,
out int out_
)

Parameters

pos string

in/out string position

out_ int

an int into which to write the result

Return Value

Type: bool

FALSE if a parse error occurred.