CfParser.parseOctal

long parseOctal(string s) @safe pure nothrow

Parses an octal integer string.

Parameters

sThe octal string (without 0o prefix)

Returns

The parsed value.