A. Features Introduced in OpenROAD 4.1 : OpenROAD 4.1/0109 Enhancements : New Methods : StringObject Class ConvertFromBinary Method
 
Share this page                  
StringObject Class ConvertFromBinary Method
The ConvertFromBinary method loads the object from the binary contents of a LongByteObject. This provides a way of converting binary data into a text string.
integer = StringObject.ConvertFromBinary(
          binary = LongByteObject, format = integer );
The format parameter is required and specifies how the binary contents of the LongByteObject are converted into text. Valid settings are:
EF_HEX
EF_BASE64