Click or drag to resize

HexEncodingInHexFormat Method

Determines if given string is in proper hexadecimal string format

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static bool InHexFormat(
	string hexString
)

Parameters

hexString  String
the hexidecimal string

Return Value

Boolean
true if in proper format
See Also