Mobile API Reference  MicroStrategy 2019
ManipulationHelper Namespace Reference

Functions

template<class T >
void TToHexString (T iT, char *ipString)
 
GUID createUID ()
 

Function Documentation

◆ createUID()

GUID ManipulationHelper::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

Returns
The newly-generated GUID.

◆ TToHexString()

template<class T >
void ManipulationHelper::TToHexString ( iT,
char *  ipString 
)
inline