Description
Converts the first character of a word to uppercase and the rest to lower case.
Signature
ToTitleCase('inputstring')
Example
ToTitleCase('the quick brown fox')
Returns 'The Quick Brown Fox'
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| valuetoconvert | xxxx | xxxx | xxxx |
