CfParser.parseOctal
long parseOctal(string s) @safe pure nothrowParses an octal integer string.
Parameters
s | The octal string (without 0o prefix) |
Returns
The parsed value.
long parseOctal(string s) @safe pure nothrowParses an octal integer string.
s | The octal string (without 0o prefix) |