|
Mobile API Reference
MicroStrategy 2019
|
Functions | |
| template<class T > | |
| void | TToHexString (T iT, char *ipString) |
| GUID | createUID () |
|
inline |
Generates a GUID (unique identifier) based on pseudo-random number generator and the current time.
The GUID has the form "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" where X is a hexadecimal digit (0-9, A-F).
This UID will not be truly globally unique; but it is the best
|
inline |