FromString()

Namespace ›› System ›› MfBinaryList ›› Methods ››
Parent Previous Next

FromString()

Create a new instance of MfBinaryList from a string.

OutputVar := instance.FromString(s)

FromString(s)

Create a new instance of MfBinaryList from a string by reading all 0 and 1 characters in the string.

Parameters

s

String var or instance of MfString to generate the MfBinaryList instance from.

Returns

Returns new instance of MfBinaryList containing elements representing s.

Related

ToString()

Remarks

Static Method
All characters in the string that are not 0 or 1 will be ignored.