Long.toUnsignedString0

Format a long (treated as unsigned) into a string. @param val the value to format @param shift the log2 of the base to format in (4 for hex, 3 for octal, 1 for binary)

class Long
static
string
toUnsignedString0
(
long val
,
int shift
)

Meta