Breadcrumbs

convertToString Blobs() Operation


Syntax


set aString = aBlob.convertToString();


Semantics

Returns the blob as base64 string.

Substitutables

aString

Can be any variable or object attribute having the type String


aBlob

Can be any variable or object attribute having the type Blob.

Examples


set aString = aBlob.convertToString();




icon_download_example.png

<your example path>\E2E Action Language\BaseTypes\uml\converter.xml