PgMiscellaneous.scanInt

Scans an integer. Leading white space is skipped.

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

Parameters

pos string

in/out string position

output int

an int into which to write the result

Return: %FALSE if a parse error occurred.

Meta