Uri.IsAlpha Method
Checks to see if the character value is an alpha character.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
protected bool IsAlpha (
char testChar
)
Parameters
- testChar
The character to evaluate.
Return Value
true if the character is Alpha; otherwise, false.
Version Information
Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.