Is the String a valid hex String? Does it contain an even amount of only hex-characters.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static bool isValidHexString( string value )
Parameters
- value
- Type: SystemString
The hex String to check if valid. Cannot be null.
Return Value
Type: BooleanWhether or not the value is a valid hex String.
Remarks
See Also