ToUpperInvariant()

Char::ToUpperInvariant(char_t) method

Converts the specified character to upper case.

static char_t System::Char::ToUpperInvariant(char_t c)

Arguments

ParameterTypeDescription
cchar_tCharacter to convert

Return Value

The specified character in upper case if the specified character is a lower case letter, otherwise - the specified character

See Also