Bridge

Char..::..IsLetterOrDigit Method (Char)

Indicates whether the specified Unicode character is categorized as a letter or a decimal digit.

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

Syntax


[TemplateAttribute]
public static bool IsLetterOrDigit(
	char ch
)
<TemplateAttribute> _
Public Shared Function IsLetterOrDigit ( _
	ch As Char _
) As Boolean
[TemplateAttribute]
public:
static bool^ IsLetterOrDigit(
	wchar_t^ ch
)

Parameters

ch
Type: System..::..Char

Return Value

true if c is a letter or a decimal digit; otherwise, false.