tries to convert String to BigInt based on given radix
radix
BigInt? tryToBigInt([int? radix]) => _tryOrNull(() => toBigInt(radix));