RIATest 2 Documentation Copyright © RIATest.com

UIDUtil Object

Methods

MethodDescription

createUID

createUID()
Creates a unique identifier (UID) string using current time and random generator. UID is a string in the form "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" where X is a hex digit. For example:
var uid = UIDUtil.createUID();
trace(uid);

isUID

isUID(argument)
Checks if the supplied argument is a correctly formatted UID string.