| HexEncodingIsHexDigit Method |
Returns true is c is a hexadecimal digit (A-F, a-f, 0-9)
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static bool IsHexDigit(
char c
)
Public Shared Function IsHexDigit (
c As Char
) As Boolean
public:
static bool IsHexDigit(
wchar_t c
)
Parameters
- c Char
- Character to test
Return Value
Booleantrue if hex digit, false if not
See Also