BigInteger.ToString(Int32) Method

Returns a string representation of the integer in the specified radix base.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public string ToString(
	int radix
)

Parameters

radix  Int32
The radix (base) of the representation.

Return Value

String

Exceptions

ArgumentOutOfRangeExceptionradix is less than 2 or greater than 36.

See Also