toDecimalString
Renders this INTEGER as a decimal string. O(n²) in byte length, so capped to maxMagnitudeBytes bytes.
Throws
if the magnitude exceeds maxMagnitudeBytes
Renders this INTEGER as a decimal string. O(n²) in byte length, so capped to maxMagnitudeBytes bytes.
if the magnitude exceeds maxMagnitudeBytes