| ComplexToString Method (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.
            
 
    Namespace: 
   FinMath
    Assembly:
   FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
 Syntax
Syntaxpublic string ToString(
	string format
)
Parameters
- format
- Type: SystemString
 A standard or custom numeric format string.
Return Value
Type: 
String
            The string representation of the current instance in Cartesian form.
            
 See Also
See Also