| HexEncodingInHexFormat Method |
Determines if given string is in proper hexadecimal string format
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static bool InHexFormat(
string hexString
)
Public Shared Function InHexFormat (
hexString As String
) As Boolean
public:
static bool InHexFormat(
String^ hexString
)
Parameters
- hexString String
- the hexidecimal string
Return Value
Booleantrue if in proper format
See Also