Vocola.net
Vocola 3.1 Function Library
ToUpper(text)
Namespaces LibraryString ► ToUpper
Converts the specified text to upper case.
Syntax
ToUpper(text)
Parameters
text
Text to convert to upper case.
Return Value
An upper case version of text.
Examples
CopyConvert dictated text to upper case
All Caps That = Dictation.Replace(String.ToUpper(Dictation.Get()));
This command uses three Vocola library functions to convert the just-dictated Vocola phrase to upper case: Dictation.Get retrieves the just-dictated phrase, ToUpper converts it to upper case, and Dictation.Replace replaces it.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)