Initializes a new instance of the BigInteger class

Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public BigInteger(
	string str,
	int radix
)
Visual Basic
Public Sub New ( _
	str As String, _
	radix As Integer _
)
Visual C++
public:
BigInteger(
	String^ str, 
	int radix
)

Parameters

str
Type: System..::..String
radix
Type: System..::..Int32

See Also