Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UUID.FromNumber
Converts from formatted UUID to UUID number.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UUID | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "UUID.FromNumber"; UUID Number ) More
Parameters
Parameter | Description | Example |
---|---|---|
UUID Number | The UUID number to convert. | "113621887307998538083879161464090829483" |
Result
Returns OK or error.
Description
Converts from formatted UUID to UUID number.Examples
Convert UUID:
MBS( "UUID.FromNumber"; "274265811883194525999390578526946467087" )
Example result: CE55AC8A-2236-4E05-A654-C2B092E61D0F
Convert from one to other direction:
Let ( [
u = Get(UUID) ;
n = MBS( "UUID.ToNumber"; u );
b = MBS( "UUID.FromNumber"; n ) ];
u & ¶ & n & ¶ & b )
Example result:
819AD32B-23D3-4CA7-ACAB-F2BE48B6200F
172274308178793290359797804461655990287
819AD32B-23D3-4CA7-ACAB-F2BE48B6200F
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
