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 23 Next »



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