Click or drag to resize

HexEncodingGetByteCount Method

Counts the byte length of a Hex value

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

Parameters

hexString  String
Hex number in string format

Return Value

Int32
The length in bytes
See Also