Indicates whether the specified character is a hexadecimal digit.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool IsHexDigit(
	char value
)
Visual Basic
Public Shared Function IsHexDigit ( _
	value As Char _
) As Boolean
Visual C++
public:
static bool IsHexDigit(
	wchar_t value
)

Parameters

value
Type: System..::..Char
A unicode character

See Also