Bridge

Char..::..IsUpper Method

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

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

Syntax


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

Parameters

ch
Type: System..::..Char

Return Value

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