System::String::ToUpper methode

String::ToUpper() const method

Converteert alle tekens van de string naar hoofdletters.

String System::String::ToUpper() const

ReturnValue

Geconverteerde string.

Zie ook

String::ToUpper(const SharedPtr<System::Globalization::CultureInfo>&) const method

Converteert alle tekens van de string naar hoofdletters met behulp van een specifieke cultuur.

String System::String::ToUpper(const SharedPtr<System::Globalization::CultureInfo> &cultureInfo) const
ParameterTypeBeschrijving
cultureInfoconst SharedPtr<System::Globalization::CultureInfo>&Cultuur om te gebruiken.

ReturnValue

Geconverteerde string.

Zie ook