26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

uuidFromBlob() Operation

Syntax

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.

Substitutables

aString

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

aUUIDBlob

A Blob containing the UUID in Big Endian format (Variant 1).

Examples

set uuidString = uuidFromBlob(uuidBlob);
Related Pages: