Uri.IsHex Method

Checks to see if the character value is Hex.

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

Syntax

protected bool IsHex (
         chartestChar
)

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 and 4.1.

See Also

Reference

Uri Class
Uri Members
System Namespace