Converts the string representation of a number in a specified style to its System.Numerics.BigInteger equivalent.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger Parse( string value, NumberStyles style )
Parameters
- value
- Type:
System String
A string that contains a number to convert.
- style
- Type:
System.Globalization NumberStyles
A bitwise combination of the enumeration values that specify the permitted format of value.
Return Value
A value that is equivalent to the number specified in the value parameter.See Also