Method
Converts InputText. Returns the converted text as a String.
Example
The following example converts the text in a TextField:
Var c As TextConverter
c = GetTextConverter(GetTextEncoding(&h500), GetTextEncoding(0))
TextArea2.Value = c.Convert(TextArea1.Value)