BigInteger ToString Method SSH .NET Client Library Documentation
Converts the numeric value of the current System.Numerics.BigInteger object to its equivalent string representation.

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

public override string ToString()

Return Value

The string representation of the current System.Numerics.BigInteger value.
See Also