Sample code for 30+ languages & platforms
B4X

Generate UUID

See more Encryption Examples

Demonstrates how to generate a random UUID string (also known as GUID) having the standard UUID format such as "de305d54-75b4-431b-adb2-eb6b9e546014".

Chilkat B4X Downloads

B4X
Dim crypt As ChilkatCrypt2
crypt.Initialize("crypt")

Dim uuid As String = crypt.GenerateUuid

Log(uuid)