CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!

Indicates whether the specified Unicode character is categorized as an alphabetic letter.

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

Syntax

Visual Basic (Declaration)
Public Shared Function IsLetter ( _
	c As Char _
) As Boolean
C#
public static bool IsLetter(
	char c
)
Visual C++
public:
static bool IsLetter(
	wchar_t c
)
JavaScript
System.Char.isLetter = function(c);

Parameters

c
Type: System..::.Char
A Unicode character.

Return Value

true if c is an alphabetic letter; otherwise, false.

See Also



Free Download:
  Privacy | Contact Us
All Times Are GMT