Navigation: Code Documentation > RSCommon > HelperFunctions > Routines
TitleCase(String) Method
Returns the input string sentence converted to a TitleCase string, e.g., 'hello How are you?' becomes 'Hello How Are You?'
Namespace: HelperFunctions
Delphi
function TitleCase( s: String ): String;
Parameters
s
Type: String
•HelperFunctions.RSIsLower(Char)
•HelperFunctions.RSToLower(Char)
•HelperFunctions.RSIsUpper(Char)
•HelperFunctions.RSToUpper(Char)
•HelperFunctions