asString(radix:uppercase:)

self as a String with a given radix

BigInt.swift:525
func asString(radix: Int = 10, uppercase: Bool = false) -> String

Parameters

radix

Radix from 2 to 36 inclusive

uppercase

true to use uppercase letters, false to use lowercase letters, default is false

Returns

self as a String in the given radix