Converts the specified text to a single "title case" word.
Syntax
ToTitleCaseWord(text)
Parameters
- text
- Text to convert to a title case word.
Return Value
A single-word title case version of text.
Remarks
Programmers use title case for multi-word variable names. For example, "number of items"
converted to title case would be "NumberOfItems".
Examples
CopyTitle-case previous words
Title 2..9 = {Ctrl+Shift+Left_$1}{Ctrl+c} String.ToTitleCaseWord(Clipboard.GetText());
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)