Appends hex digits for number to string builder.
Appends hex digits for number to string builder. Number is treated as unsigned number. Warning: If the number is too large for the given number of hex digits, its most significant digits are silently ignored (which is probably not what you want). digits must be >= 0 and <= 8
Returns hex digits for number.
Returns hex digits for number. Number is treated as unsigned number. Warning: If the number is too large for the given number of hex digits, its most significant digits are silently ignored (which is probably not what you want). digits must be >= 0 and <= 8
Appends hex digits for number to string builder.
Appends hex digits for number to string builder. Number is treated as unsigned number. Warning: If the number is too large for the given number of hex digits, its most significant digits are silently ignored (which is probably not what you want). digits must be >= 0 and <= 16
Returns hex digits for number.
Returns hex digits for number. Number is treated as unsigned number. Warning: If the number is too large for the given number of hex digits, its most significant digits are silently ignored (which is probably not what you want). digits must be >= 0 and <= 16