IsAlphaNumeric Method

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

Determines whether the character is an alpha or numeric.

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

Syntax

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

Parameters

Return Value

Type: System. . :: . .Boolean
true if the character is alpha or numeric; otherwise, false.

.NET Framework Security

See Also

Reference

Uri Class

System Namespace