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.CommonAssembly: 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:
System String
A standard or custom numeric format string.
- provider
- Type:
System 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
See Also