[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides functionality to format the value of an object into a string representation. Tab=Interfaces [Property] Format=Sets the format to use. Keep empty to use the default format defined for the type of the IFormattable implementation. ARG(string)|2| FormatProvider=Sets the provider to use to format the value. ARG(IFormatProvider)|20|(empty)|FormatProvider [Methods] doToString=Formats the value of the current instance using the specified format. ARG(string format, IFormatProvider formatProvider)|1|0 onToString=Occurs after invoke the method doToString and returns the result. ARG(string)|2|2 Interface=Provides functionality to format the value of an object into a string representation. ARG(interface)|4|0 Format=Defines the format to use. Keep empty to use the default format defined for the type of the IFormattable implementation. ARG(string)|4|2 FormatProvider=Defines the provider to use to format the value. A null reference to obtain the numeric format information from the current locale setting of the operating system. ARG(IFormatProvider)|4|0