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

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