BigInteger ToString Method (String)SSH .NET Client Library Documentation
Converts the numeric value of the current System.Numerics.BigInteger object to its equivalent string representation by using the specified format.

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

public string ToString(
	string format
)

Parameters

format
Type: OnlineSystem String
A standard or custom numeric format string.

Return Value

The string representation of the current System.Numerics.BigInteger value in the format specified by the format parameter.
See Also