CfParser.parseHex
long parseHex(string s) @safe pure nothrowParses a hexadecimal integer string.
Parameters
s | The hex string (without 0x prefix) |
Returns
The parsed value.
long parseHex(string s) @safe pure nothrowParses a hexadecimal integer string.
s | The hex string (without 0x prefix) |