DataObject.getAsBase64String Method
Parent Object: DataObjectDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataObject.h>
Description
Gets the binary data represented by the DataObject as a Base64 encoded string.
Syntax
"dataObject_var" is a variable referencing a DataObject object.
|
Return Value
Type | Description |
string | Returns the binary data represented by the DataObject as a standard Base64 encoded string. Fails with an appropriate error in the case where the data cannot be provided. |