bi

fun String.bi(radix: Int): BigInt

Converts this into a BigInt using a specific radix, that is the base to use. radix=10 for decimal, radix=16 for hexadecimal


Converts this into a BigInt