BigInteger   Conversion (UInt64 to BigInteger)SSH .NET Client Library Documentation
Defines an implicit conversion of a 64-bit unsigned integer to a System.Numerics.BigInteger value.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public static implicit operator BigInteger (
	ulong value
)

Parameters

value
Type: OnlineSystem UInt64
The value to convert to a System.Numerics.BigInteger.

Return Value

An object that contains the value of the value parameter.
See Also