Click or drag to resize

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.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string ToString(
	string format
)

Parameters

format  String
A standard or custom numeric format string.

Return Value

String
The string representation of the current instance in Cartesian form.
Exceptions
ExceptionCondition
FormatExceptionformat is not a valid format string.
See Also