BigInteger TryParse Method SSH .NET Client Library Documentation
Overload List

  NameDescription
Public methodStatic memberTryParse(String, BigInteger )
Tries to convert the string representation of a number to its System.Numerics.BigInteger equivalent, and returns a value that indicates whether the conversion succeeded.
Public methodStatic memberTryParse(String, NumberStyles, CultureInfo, BigInteger )
Tries to convert the string representation of a number in a specified style and culture-specific format to its System.Numerics.BigInteger equivalent, and returns a value that indicates whether the conversion succeeded.
Back to Top
See Also