Click or drag to resize

HexEncodingIsHexDigit Method

Returns true is c is a hexadecimal digit (A-F, a-f, 0-9)

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static bool IsHexDigit(
	char c
)

Parameters

c  Char
Character to test

Return Value

Boolean
true if hex digit, false if not
See Also