[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the numeric value of the current BigInteger object to its equivalent string representation. [Property] Format=Sets a standard or custom numeric format string. ARG(string)|2| Provider=Sets an object that supplies culture-specific formatting information. ARG(IFormatProvider)|20|(empty)|IFormatProvider Value=Sets a BigInteger object to convert. ARG(BigInteger)|20|(empty)|BigInteger [Methods] doToString=Converts the numeric value of the current BigInteger object to its equivalent string representation by using the specified format. ARG(BigInteger Value, string Format)|1|0 *doToString2=Converts the numeric value of the current BigInteger object to its equivalent string representation by using the specified culture-specific formatting information. ARG(BigInteger Value, IFormatProvider Provider)|1|0 *doToString3=Converts the numeric value of the current BigInteger object to its equivalent string representation by using the specified format and culture-specific format information. ARG(BigInteger Value, string Format, IFormatProvider Provider)|1|0 onResult=Returns the string representation of the specified BigInteger value. ARG(string)|2|2 Value=Defines a BigInteger object to convert. ARG(BigInteger)|4|0 Format=Defines a standard or custom numeric format string. ARG(string)|4|2 Provider=Defines an object that supplies culture-specific formatting information. ARG(IFormatProvider)|4|0