[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Tries to convert the string representation of a number to its BigInteger equivalent, and returns a value that indicates whether the conversion succeeded. [Property] Value=Sets the string representation of a number. ARG(string)|2| Style=Sets a bitwise combination of the enumeration values that specify the permitted format of value. ARG(NumberStyles)|20|(empty)|NumberStyles Provider=Sets an object that supplies culture-specific formatting information about value. ARG(IFormatProvider)|20|(empty)|IFormatProvider [Methods] doTryParse=Tries to convert the string representation of a number to its BigInteger equivalent. ARG(string Value)|1|0 doTryParse2=Tries to convert the string representation of a number in a specified style and culture-specific format to its BigInteger equivalent. ARG(string Value, NumberStyles Stype, IFormatProvider Provider)|1|0 onTryParse=Returns true if value was converted successfully; otherwise, false. ARG(bool)|2|104 Result=When doTryParse method returns, contains the BigInteger equivalent to the number that is contained in value, or BigInteger.Zero if the conversion failed. The conversion fails if the value parameter is null or is not in a format that is compliant with style. This parameter is passed uninitialized. ARG(BigInteger)|3|0 Value=Defines a string representation of a number. ARG(string)|4|2 Style=Defines a bitwise combination of the enumeration values that specify the permitted format of value. ARG(NumberStyles)|4|0 Provider=Defines an object that supplies culture-specific formatting information about value. ARG(IFormatProvider)|4|0