DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


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