Complex32ToString(String) Method |
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: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string ToString(
string format
)
Parameters
- format String
- A standard or custom numeric format string.
Return Value
StringThe string representation of the current instance in Cartesian form.
Exceptions See Also