Determines if given string is in proper hexadecimal string format

Syntax

public static bool InHexFormat(
   string hexString
)

Parameters

hexString

Return Value

Framework

.NET Framework.NET Framework

Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
Assembly: ComponentPro.Saml (in ComponentPro.Saml.dll)

See Also