CfParser.parseBinary
long parseBinary(string s) @safe pure nothrowParses a binary integer string.
Parameters
s | The binary string (without 0b prefix) |
Returns
The parsed value.
long parseBinary(string s) @safe pure nothrowParses a binary integer string.
s | The binary string (without 0b prefix) |