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)
See Implementation
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)