CfParser.parseBinary

long parseBinary(string s) @safe pure nothrow

Parses a binary integer string.

Parameters

sThe binary string (without 0b prefix)

Returns

The parsed value.