Namespace: util
Classes
Namespaces
Methods
-
<static> createUuid() → {String}
-
Creates a unique guid
Throws:
Throws an error if the input content cannot be convertedReturns:
uuid- Type
- String
-
<static> stringify(arrayBuffer) → {String}
-
Converts an ArrayBuffer containing UTF-8 encoded string to a JavaScript String object
Parameters:
Name Type Description arrayBuffer
ArrayBuffer Object used for the conversion Throws:
Throws an error if the input content cannot be convertedReturns:
- Type
- String