Child pages
  • UUID
Skip to end of metadata
Go to start of metadata

Refresh page Apr 20, 2024 01:01

Supported Clients
SmartClient WebClient NGClient

Methods Summary
Array toBytes() Get the byte array representation of the UUID.
String toString() Get the string representation of the UUID.

Methods Details

toBytes()

Get the byte array representation of the UUID.

Returns

Array the byte array representation of the UUID.

Supported Clients

SmartClient,WebClient,NGClient

Sample

uuid.toBytes();

toString()

Get the string representation of the UUID.

Returns

String the string representation of the UUID.

Supported Clients

SmartClient,WebClient,NGClient

Sample

uuid.toString();

  • No labels