Create a new instance of MfBinaryList from a string.
OutputVar := instance.FromString(s)
Create a new instance of MfBinaryList from a string by reading all 0 and 1 characters in the string.
s
String var or instance of MfString to generate the MfBinaryList instance from.
Returns new instance of MfBinaryList containing elements representing s.
Static Method
All characters in the string that are not 0 or 1 will be ignored.