BigInteger::TryParse Method
.NET Framework (current version)
Tries to convert the string representation of a number to its BigInteger equivalent, and returns a value that indicates whether the conversion succeeded.
Assembly: System.Numerics (in System.Numerics.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | TryParse(String^, BigInteger%) | Tries to convert the string representation of a number to its BigInteger equivalent, and returns a value that indicates whether the conversion succeeded. |
![]() ![]() | TryParse(String^, NumberStyles, IFormatProvider^, BigInteger%) | Tries to convert the string representation of a number in a specified style and culture-specific format to its BigInteger equivalent, and returns a value that indicates whether the conversion succeeded. |
Show:

