Gets the file as a string (UTF-8). This is convenient when the saved file contains string data. For example, if the file contains JSON data. This eliminates the need to convert the Base64 string into a standard string.
"dataObject_var" is a variable referencing a DataObject object.
|
"dataObject_var" is a variable referencing a DataObject object.
|
Type | Description |
string | Returns the data as a standard (UTF-8) string. Fails with an appropriate error in the case where the data cannot be provided. |