IsHex Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines whether the value is hexadecimal.

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

Syntax

'Declaration
Protected Function IsHex ( _
    testChar As Char _
) As Boolean
protected bool IsHex(
    char testChar
)
protected:
bool IsHex(
    wchar_t testChar
)
member IsHex : 
        testChar:char -> bool 
protected function IsHex(
    testChar : char
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the character is hexadecimal; otherwise, false.

.NET Framework Security

See Also

Reference

Uri Class

System Namespace