Documentation > CMS Template API Library > Util > StartCase(String)
StartCase
Converts the text to Start Case, which is the capitalization of the first letter of each word. For langauges that don't have capital letters, such as Japanese, the string will not be converted to start case.
public System.String StartCase(String)
Returns
Returns a copy of text that has been converted to start case.
Parameters
Name | Description | Type |
---|---|---|
text | The text. | System.String |