[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the numeric value to its equivalent string representation. [Property] Provider=Sets an object that supplies culture-specific formatting information. ARG(IFormatProvider)|20|(empty)|IFormatProvider Format=Sets a standard or custom numeric format string. ARG(string)|2| [Methods] doToString=Converts the numeric value to its equivalent string representation. ARG(T value)|1|0 *doToString2=Converts the numeric value of this instance to its equivalent string representation, using the specified format. ARG(T value, string format)|1|0 *doToString3=Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. ARG(T value, IFormatProvider provider)|1|0 *doToString4=Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. ARG(T value, string format, IFormatProvider provider)|1|0 onResult=Occurs after invoke the method doToString and returns the result. ARG(string)|2|2 Result=Returns the result. ARG(string)|3|2 Value=Defines the data to Convert. ARG(T)|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