System::Globalization::TextInfo::ToTitleCase method

TextInfo::ToTitleCase method

Converts string to title case (except for acronyms that are in upper case already).

String System::Globalization::TextInfo::ToTitleCase(String str) const
ParameterTypeDescription
strStringString to convert case of.

ReturnValue

Case conversion result.

See Also