isHexString
fn
bool isHexString(String)(String hex) if (isSomeString!String) @safe pure nothrow @nogcValidates a hex string.
Checks whether all characters following an optional "0x" suffix are valid hexadecimal digits.
Parameters
hex | hexdecimal encoded byte array |
Returns
true = if valid