DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.

Enter additional information related to this 'class' inside the {div} macro with 'id=description'


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();