[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the value of a complex number to its equivalent string representation. [Property] Format=Sets a standard or custom numeric format string. ARG(string)|2| Value=Sets a complex number to convert. ARG(Complex)|20|(empty)|Complex Provider=Sets an object that supplies culture-specific formatting information. ARG(IFormatProvider)|20|(empty)|IFormatProvider [Methods] doToString=Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified format for its real and imaginary parts. ARG(Complex Value, string Format)|1|0 *doToString2=Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified culture-specific formatting information. ARG(Complex Value, IFormatProvider Provider)|1|0 *doToString3=Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified format and culture-specific format information for its real and imaginary parts. ARG(Complex Value, string Format, IFormatProvider Provider)|1|0 onResult=Returns the string representation of the current instance in Cartesian form. ARG(string)|2|2 Value=Defines a complex number to convert. ARG(Complex)|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