PgMiscellaneous.skipSpace

Skips 0 or more characters of white space.

class PgMiscellaneous
static
int
skipSpace
(
ref string pos
)

Parameters

pos string

in/out string position. inout

Return Value

Type: int

FALSE if skipping the white space leaves the position at a '\0' character.

Meta