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()));
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)