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
Parameter | Type | Description |
---|---|---|
str | String | String to convert case of. |
ReturnValue
Case conversion result.
See Also
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++