Skip to main content
Skip table of contents

uuidToBlob() Operation

Syntax
NONE
set aBlob = uuidToBlob(aUUIDString)
Semantics

Returns the UUID as a Blob in Big Endian format (Variant 1). Can be converted using the uuidFromBlob() Operation.

SubstitutablesaBlob Can be any variable or object attribute having the type Blob.
aUUIDStringA String containing a UUID. See also createUUID() Operation.
Examples
NONE
set uuidBlob = uuidToBlob(uuidString);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.