Initializes a new instance of the BigInteger class

Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public BigInteger(
	byte[] inData,
	int inLen
)
Visual Basic
Public Sub New ( _
	inData As Byte(), _
	inLen As Integer _
)
Visual C++
public:
BigInteger(
	array<unsigned char>^ inData, 
	int inLen
)

Parameters

inData
Type: array<System..::..Byte>[]()[][]
inLen
Type: System..::..Int32

See Also