Share via


Uri.IsHex Method

Checks to see if the character value is Hex.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

protected bool IsHex (
         char testChar
)

Parameters

  • testChar
    The character to evaluate.

Return Value

true if the character is a valid Hex character; otherwise, false.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

Uri Class
Uri Members
System Namespace