CfParser.allHexDigits
private
bool allHexDigits(string s) @safe pure nothrow @nogcChecks if all characters in a string are valid hex digits.
Parameters
s | The string to check |
Returns
true if all characters are 0-9, a-f, or A-F.