Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UUID.ToNumber
Converts from UUID number to formatted UUID.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UUID | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "UUID.ToNumber"; UUID ) More
Parameters
Parameter | Description | Example |
---|---|---|
UUID | The UUID to convert. | "CE55AC8A-2236-4E05-A654-C2B092E61D0F" |
Result
Returns OK or error.
Description
Converts from UUID number to formatted UUID.Examples
Convert UUID:
MBS( "UUID.ToNumber"; "CE55AC8A-2236-4E05-A654-C2B092E61D0F" )
Example result: 274265811883194525999390578526946467087
Convert from one to other direction:
Let ( [
u = Get(UUID) ;
n = MBS( "UUID.ToNumber"; u );
b = MBS( "UUID.FromNumber"; n ) ];
u & ¶ & n & ¶ & b )
See also
Release notes
- Version 11.2
- Optimized UUID.FromNumber and UUID.ToNumber to be a bit quicker.
- Version 8.2
- Added UUID.FromNumber and UUID.ToNumber functions.
Blog Entries
- MBS FileMaker Plugin, version 11.2pr1
- MBS FileMaker Plugin 8.2 - More than 5200 Functions In One Plugin
- MBS FileMaker Plugin 8.2 - 5200 Funktionen in einem Plugin
- UUID Numbers
- MBS FileMaker Plugin, version 8.2pr8
This function checks for a license.
Created 15th May 2018, last changed 15th May 2018