| HexEncodingGetByteCount Method |
Counts the byte length of a Hex value
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static int GetByteCount(
string hexString
)
Public Shared Function GetByteCount (
hexString As String
) As Integer
public:
static int GetByteCount(
String^ hexString
)
Parameters
- hexString String
- Hex number in string format
Return Value
Int32The length in bytes
See Also