Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool TryParse(string, out BigInt)

  • Declared in: RT.BigInteger.BigInt

Declaration

public static bool TryParse(
    string str,
    out BigInt value
)

Summary

Parses a numerical string (consisting only of digits 0 to 9, optionally prepended with a -) into a BigInt.