FromCharList()

Namespace ›› System ›› MfString ›› Methods ››
Parent Previous Next

FromCharList()

Create a new instance of MfString from an instance of MfCharList.

OutputVar := instance.FromCharList(chars [,startIndex, length])

MfString.FromCharList(chars [,startIndex, length])

Create a new instance of MfString from an instance of MfCharList.

Parameters

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

Returns new instance of MfString with RetunAsObject set to true, representing chars as a string.

Since

Version 0.4

Remarks

Static Method