Return the string representation of the complex number, a + bi.
For negative imaginary numbers a - bi is returned instead of a + -bi

C# | Visual Basic | Visual C++ |
public override string ToString()
Public Overrides Function ToString As String
public: virtual String^ ToString() override

The string representation of the complex number