BigInteger ToString Method (String, IFormatProvider)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 and culture-specific format information.

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,
	IFormatProvider provider
)

Parameters

format
Type: OnlineSystem String
A standard or custom numeric format string.
provider
Type: OnlineSystem IFormatProvider
An object that supplies culture-specific formatting information.

Return Value

The string representation of the current System.Numerics.BigInteger value as specified by the format and provider parameters.

Implements

OnlineIFormattable ToString(String, IFormatProvider)
See Also