Converts the numeric value of the current System.Numerics.BigInteger object
to its equivalent string representation by using the specified culture-specific
formatting information.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public string ToString( IFormatProvider provider )
Parameters
- provider
- Type:
System IFormatProvider
An object that supplies culture-specific formatting information.
Return Value
The string representation of the current System.Numerics.BigInteger value in the format specified by the provider parameter.See Also