Converts the numeric value of the current System.Numerics.BigInteger object
to its equivalent string representation by using the specified format.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- format
- Type:
System 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