Method IsHexChar
IsHexChar(char)
Determines whether the specified character is a valid hexadecimal digit.
public static bool IsHexChar(char c)
Parameters
c
charThe character to evaluate.
Determines whether the specified character is a valid hexadecimal digit.
public static bool IsHexChar(char c)
c
charThe character to evaluate.