Bridge

Char..::..ToUpper Method

Converts the value of a Unicode character to its uppercase equivalent.

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

Syntax


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

Parameters

ch
Type: System..::..Char

Return Value

The uppercase equivalent of c, or the unchanged value of c if c is already uppercase, has no uppercase equivalent, or is not alphabetic.