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