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

Blog Entries

This function checks for a license.

Created 15th May 2018, last changed 15th May 2018


UUID.Formatted - UUID.Hex