Converts the specified text to title case, where all but small words are capitalized.

ToTitleCase(text)

- text
- Text to convert to title case.

A title case version of text.

In titles of books, songs, chapters, etc., "small" words are not capitalized.
Opinions differ even among prominent style manuals on exactly which words are considered "small";
this function recognizes "a", "an", "and", "as", "at", "but", "by", "for", "from", "in", "into", "nor",
"of", "on", "or", "over", "per", "the", "to", "upon", "vs.", and "with" as small words.


Title Case That = Dictation.Replace(String.ToTitleCase(Dictation.Get()));
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)