Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft