Gets if the specified char is RFC 822 'ALPHA'.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static bool IsAlpha( char c )
Public Shared Function IsAlpha ( c As Char ) As Boolean
public: static bool IsAlpha( wchar_t c )
static member IsAlpha : c : char -> bool
Parameters
- c (Char)
- Char to check.
Return Value
Boolean
Returns true if specified char is RFC 822 'ALPHA'.
Returns true if specified char is RFC 822 'ALPHA'.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119