[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the string representation of a number to its BigInteger equivalent. [Property] Value=Sets a string that contains the number to convert. 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] doParse=Converts the string representation of a number to its BigInteger equivalent. ARG(string Value)|1|0 *doParse2=Converts the string representation of a number in a specified style to its BigInteger equivalent. ARG(string Value, NumberStyles Style)|1|0 *doParse3=Converts the string representation of a number in a specified culture-specific format to its BigInteger equivalent. ARG(string Value, IFormatProvider Provider)|1|0 *doParse4=Converts 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 onParse=Returns a value that is equivalent to the number. ARG(BigInteger)|2|0 Value=Defines a string that contains the number to convert. 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