UUID

Methods Summary

Methods Details

toBytes()

Get the byte array representation of the UUID.

Returns Array the byte array representation of the UUID.

Sample

uuid.toBytes();

toString()

Get the string representation of the UUID.

Returns String the string representation of the UUID.

Sample

uuid.toString();

Last updated