UUIDMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem