Yaml .NET Parser

Integer.ParseBase Method 

Parses a string with a given base (maximum 10)

private static long ParseBase(
   ParseStream stream,
   UInt32 basis,
   Int16 sign
);

Parameters

stream
Missing <param> documentation for stream
basis
Missing <param> documentation for basis
sign
Missing <param> documentation for sign

Return Value

Missing <returns> documentation for M:Yaml.Integer.ParseBase(Yaml.ParseStream,System.UInt32,System.Int16)

Remarks

This is not completly correct. For base10 the first char may not be a '_' The other bases allow this...

See Also

Integer Class | Yaml Namespace