PgMiscellaneous.scanString

Scans a string into a GString buffer. The string may either be a sequence of non-white-space characters, or a quoted string with '"'. Instead a quoted string, '\"' represents a literal quote. Leading white space outside of quotes is skipped.

class PgMiscellaneous
static
int
scanString
(
ref string pos
,)

Parameters

pos string

in/out string position. inout

Return Value

Type: int

FALSE if a parse error occurred.

Meta