Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool Try(object, out BigInteger)

Declaration

public static bool Try(
    object value,
    out BigInteger result
)

Summary

Converts the specified object to a BigInteger. Returns true if successful, or false if the object cannot be converted exactly. result is set to the type's default value if the conversion is unsuccessful.