TextHelperToTitleCase Method |
Converts the specified string to title case.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string ToTitleCase(
string text
)
Parameters
- text
- Type: SystemString
Input text
Return Value
Type:
StringSee Also