ToTitleCase()

TextInfo::ToTitleCase(String) const method

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

String System::Globalization::TextInfo::ToTitleCase(String str) const

Arguments

ParameterTypeDescription
strStringString to convert case of.

Return Value

Case conversion result.

See Also