CfParser.allHexDigits

private bool allHexDigits(string s) @safe pure nothrow @nogc

Checks if all characters in a string are valid hex digits.

Parameters

sThe string to check

Returns

true if all characters are 0-9, a-f, or A-F.