Click or drag to resize

ComplexToString Method

Overload List
  NameDescription
Public methodToString
Converts the value of the current complex number to its equivalent string representation in Cartesian form.
(Overrides ValueTypeToString.)
Public methodToString(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.
Public methodToString(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.
Public methodToString(String, IFormatProvider)
Formats the value of this complex number using the specified format.
Top
See Also