toString abstract method

  1. @override
String toString()
override

Returns this UUIDs representation as a string.

Each field is treated as an integer, and has its value printed as a zero-filled hexadecimel digit string with the most significant digit first.

Implementation

@override
String toString();