Calculates a 128-bit Universal Unique Identifier ("UUID").
This identifier is unique in the world regardless of the machine on which it was produced.
My UUID is UUID
MyUUID = GetUUID()
// Example of the UUID calculated: 95431e57-7d18-4fef-9d9d-96b231969149
Syntax
<Result>: UUID
Generated identifier.
The UUID format includes separators. For example: "95431e57-7d18-4fef-9d9d-96b231969149".
Business / UI classification: Neutral code