Mono Class Library: System.Uri Overview | Members

System.Uri.IsHexDigit Method

Returns a bool value that indicates whether the specified character is a valid hexadecimal digit.

public static bool IsHexDigit (char digit)

Parameters

digit
A char containing the character to validate.

Returns

true if the character is a valid hexadecimal digit (0-9, A-F, a-f); otherwise false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0