Create a new instance of MfString from an instance of MfCharList.
OutputVar := instance.FromCharList(chars [,startIndex, length])
Create a new instance of MfString from an instance of MfCharList.
chars
Instance of MfCharList that contains chars values to convert MfString instance.
startIndex
Optional, the zero-based starting index in chars to start the conversion.
If Omitted then chars are read from index 0 forward
Can be MfInteger instance or var containing integer.
length
Integer value containing the number of char value copy from the list.
Can be MfInteger instance or var containing integer.
Returns new instance of MfString with RetunAsObject set to true, representing chars as a string.
Version 0.4
Static Method