CfParser.parseHex

long parseHex(string s) @safe pure nothrow

Parses a hexadecimal integer string.

Parameters

sThe hex string (without 0x prefix)

Returns

The parsed value.