BigInteger Parse Method (String, NumberStyles, IFormatProvider)SSH .NET Client Library Documentation
Converts the string representation of a number in a specified style and culture-specific format to its BigInteger equivalent.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public static BigInteger Parse(
	string value,
	NumberStyles style,
	IFormatProvider provider
)

Parameters

value
Type: OnlineSystem String
A string that contains a number to convert.
style
Type: OnlineSystem.Globalization NumberStyles
A bitwise combination of the enumeration values that specify the permitted format of value.
provider
Type: OnlineSystem IFormatProvider
An object that provides culture-specific formatting information about value.

Return Value

Parsed BigInteger number
See Also