Returns true is c is a hexadecimal digit (A-F, a-f, 0-9)

Syntax

public static bool IsHexDigit(
   char c
)

Parameters

c
Character to test

Return Value

true if hex digit, false if not

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