Function Bin2Var() Foundation
Converts the return value of Var2Bin() back to the original value.
Bin2Var( <cBinaryString> ) --> xValue
The function Bin2Var() returns the original value previously converted to a binary string by Var2Bin().
Bin2Var() is the inverse function of Var2Bin(). A binary character string created by Var2Bin() is converted back to the original value with Bin2Var().
Conversion of objects
When objects are converted with Bin2Var(), the method :notifyLoaded()is automatically executed if it is declared in the corresponding class. This allows for taking appropriate action if an object has non-persistent instance variables (VAR...NOSAVE).
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.