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 value
)
Visual Basic
Public Sub New ( _
	value As String _
)
Visual C++
public:
BigInteger(
	String^ value
)

Parameters

value
Type: System..::..String

See Also