Platforms to show: All Mac Windows Linux Cross-Platform

Back to UUIDMBS class.

UUIDMBS.ValueFormattedString(WithBrackets as Boolean = true) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Util Plugin 11.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The UUID as a 38 character formatted hex string.
Example
dim u as new UUIDMBS
MsgBox u.ValueFormattedString

example output: {D3ED4292-FC09-11DF-8AC5-7C6D628C4C29}

Added WithBrackets parameter in version 22.1, so you can turn curly brackets off.

Some examples using this method:

UUIDMBS.ValueHexString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Util Plugin 10.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The UUID as a 32 character long hex string.
Example
dim u as new UUIDMBS
MsgBox u.ValueHexString

example output: DCACAF4EFC0911DF92E37C6D628C4C29

UUIDMBS.ValueMemory as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Util Plugin 6.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The UUID as a sixteen byte big memoryblock.

UUIDMBS.ValueString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Util Plugin 6.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The UUID as a sixteen byte big binary string.
Example
dim u as new UUIDMBS
MsgBox u.ValueString

This string is not for user display as it contains unreadable characters.

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...