FormatException if the format specifier is
not one of 'd', 'x', 'X', 's'.
void toString(Writer, FormatSpec)(scope ref Writer sink, scope const ref FormatSpec fmt) constFormats Int128 with either %d, %x, %X, or %s (same as %d).
sink | Output range to write to. |
fmt | A FormatSpec which controls how the number is displayed. |
FormatException if the format specifier is
not one of 'd', 'x', 'X', 's'.