Complex::ToString Method

 

Converts the value of a complex number to its equivalent string representation.

Namespace:   System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

NameDescription
System_CAPS_pubmethodToString()

Converts the value of the current complex number to its equivalent string representation in Cartesian form.(Overrides ValueType::ToString().)

System_CAPS_pubmethodToString(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.

System_CAPS_pubmethodToString(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.

System_CAPS_pubmethodToString(String^, IFormatProvider^)

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.

Return to top
Show: