Share via


Uri.IsAlphaNumeric Method

Checks to see if the character value is an alpha or numeric.

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

Syntax

protected bool IsAlphaNumeric (
         char testChar
)

Parameters

  • testChar
    The character to evaluate.

Return Value

true if the character is Alpha or numeric; 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