Java.Math.BigInteger.ToString Method
Returns a string containing a string representation of this BigInteger with base radix.

Syntax

[Android.Runtime.Register("toString", "(I)Ljava/lang/String;", "GetToString_IHandler")]
public virtual string ToString (int radix)

Parameters

radix
base to be used for the string representation.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string containing a string representation of this BigInteger with base radix. If radix or radix > Character.MAX_RADIX then a decimal representation is returned. The characters of the string representation are generated with method Character.forDigit.

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1