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



Method Summary
byte[] toBytes()
Get the byte array representation of the UUID.
String toString()
Get the string representation of the UUID.



Method Details

toBytes

byte[] toBytes ()
Get the byte array representation of the UUID.

Returns

byte[] - the byte array representation of the UUID.

Sample

uuid.toBytes();
 

toString

String toString ()
Get the string representation of the UUID.

Returns

String - the string representation of the UUID.

Sample

uuid.toString();
 



  • No labels