Converts this integer to a hexadecimal string.
String toHexString() => toRadixString(16).toUpperCase();