RootGuidConverter
Constructors
new RootGuidConverter()
new RootGuidConverter():
RootGuidConverter
Returns
Methods
toMilliseconds()
statictoMilliseconds(strData:string):number
Converts a GUID string to a timestamp in milliseconds since the ROOT_EPOCH.
Parameters
| Parameter | Type | Description |
|---|---|---|
strData | string | The GUID string to extract the timestamp from. |
Returns
number
The timestamp in milliseconds.
Throws
Will throw an error if the input string is null or invalid.