Constructor (Default value provided by a string of digits of the specified base)

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger(
	string value,
	int radix
)
Visual Basic
Public Sub New ( 
	value As String,
	radix As Integer
)
Visual C++
public:
BigInteger(
	String^ value, 
	int radix
)
F#
new : 
        value : string * 
        radix : int -> BigInteger

Parameters

value
Type: System..::..String
value provided by a string of digits of the specified base
radix
Type: System..::..Int32

See Also