TitleCase

Top  Previous  Next

Function

Parameters

Return value

TitleCase

string s

string

 

Converts the specified string to titlecase.

 

Example:

 

TitleCase("john smith") = "John Smith"