toDecimalString

fnstring toDecimalString(const(BigInt) x) pure nothrow @safe

Parameters

xThe BigInt to convert to a decimal string.

Returns

A string that represents the BigInt as a decimal number.