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