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
Parameter | Type | Description |
---|---|---|
str | String | String to convert case of. |
Return Value
Case conversion result.
See Also
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Slides