| ComplexToString Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | ToString | 
            Converts the value of the current complex number to its
            equivalent string representation in Cartesian form.
            (Overrides ValueTypeToString.) | 
|  | ToString(IFormatProvider) | 
            Converts the value of the current complex number to its
            equivalent string representation in Cartesian form by using the
            specified culture-specific formatting information.
             | 
|  | ToString(String) | 
            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.
             | 
|  | ToString(String, IFormatProvider) | 
            Formats the value of this complex number using the specified format.
             | 
 See Also
See Also