A. Features Introduced in OpenROAD 4.1 : OpenROAD 4.1/0109 Enhancements : New Methods : LongByteObject Class ConvertFromString Method
 
Share this page                  
LongByteObject Class ConvertFromString Method
The ConvertFromString method loads the object from a StringObject that is assumed to hold a representation of binary data, which has been converted to text.
integer = LongByteObject.ConvertFromString(
          string = StringObject, format = integer );
The format parameter is required and specifies the data format of the text in the string parameter. Valid settings are:
EF_HEX
EF_BASE64