Click or drag to resize

Complex32ToString(String, IFormatProvider) Method

Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified format and culture-specific format information 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,
	IFormatProvider provider
)

Parameters

format  String
A standard or custom numeric format string.
provider  IFormatProvider
An object that supplies culture-specific formatting information.

Return Value

String
The string representation of the current instance in Cartesian form, as specified by format and provider.

Implements

IFormattableToString(String, IFormatProvider)
Exceptions
ExceptionCondition
FormatExceptionformat is not a valid format string.
See Also