BigInt.toString

string toString() const pure @safe

Converts BigInt to string (decimal by default).

Returns

Decimal string representation of the BigInt
void toString(Writer)(scope ref Writer sink, scope const ref FormatSpec!char f) const

Converts BigInt to string with format specifier.

Parameters

sinkOutput range to write to
fFormat specifier (supports 'd', 's', 'x', 'X', 'o')
void toString(Writer)(scope ref Writer sink, string formatString) const

Converts BigInt to string with format string.

Parameters

sinkOutput range to write to
formatStringFormat string