System::Globalization::TextInfo::ToUpper methode

TextInfo::ToUpper(char_t) const method

Converteert teken naar hoofdletters.

virtual char_t System::Globalization::TextInfo::ToUpper(char_t c) const
ParameterTypeBeschrijving
cchar_tTeken om te converteren.

ReturnValue

Geconverteerd teken.

Zie ook

TextInfo::ToUpper(String) const method

Converteert tekenreeks naar hoofdletters.

virtual String System::Globalization::TextInfo::ToUpper(String str) const
ParameterTypeBeschrijving
strStringString om te converteren.

ReturnValue

Geconverteerde string.

Zie ook