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

uuidToBlob() Operation

Syntax

set aBlob = uuidToBlob(aUUIDString)

Semantics

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

Substitutables

aBlob

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

aUUIDString

A String containing a UUID. See also createUUID() Function.

Examples

set uuidBlob = uuidToBlob(uuidString);
Related Pages: