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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 31 Next »

Refresh page May 04, 2024 07:49

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

uuid.toBytes();

toString()

Get the string representation of the UUID.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

uuid.toString();

  • No labels