Skip to main content

uuidFromBlob() Operation

Syntax
NONE
set aString= uuidFromBlob(aUUIDBlob)
Semantics

Returns a UUID in Big Endian format (Variant 1) as a String. Can be converted to Big Endian using the uuidToBlob() Operation.

SubstitutablesaStringCan be any variable or object attribute having the type String.
aUUIDBlobA Blob containing the UUID in Big Endian format (Variant 1).
Examples
NONE
set uuidString = uuidFromBlob(uuidBlob);
JavaScript errors detected

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

If this problem persists, please contact our support.