|  | DoubleComplexToString(String) Method | 
            Returns a formatted string representation of this complex number
            of the form (real,imag) The real numbers real and imag
            are formatted according to the input format string formatString.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic string ToString(
	string formatString
)
Public Function ToString ( 
	formatString As String
) As String
public:
String^ ToString(
	String^ formatString
)
member ToString : 
        formatString : string -> string Parameters
- formatString  String
- String used to format the numbers.
Return Value
StringA formatted string representation.
            
 See Also
See Also