toDecimalString

fun toDecimalString(maxMagnitudeBytes: Int = DEFAULT_MAX_MAGNITUDE_BYTES): String(source)

Renders this INTEGER as a decimal string. O(n²) in byte length, so capped to maxMagnitudeBytes bytes.

Throws

if the magnitude exceeds maxMagnitudeBytes