DOFUtilisValidHexString Method OpenDOF Object Access Library
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: Boolean
Whether or not the value is a valid hex String.
Remarks

Is the String a valid hex String? Does it contain an even amount of only hex-characters.
See Also

Reference