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 (
         chartestChar
)

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

See Also

Reference

Uri Class
Uri Members
System Namespace