munchNumber

Assuming pc is positioned at the start of a number (be it decimal or floating-point), munches it off pc and returns it. Note that the number is assumed to be correct so a number of checks are not necessary.

static
string
munchNumber
(
ref string pc
)

Meta