Click or drag to resize

Complex32ToString(IFormatProvider) Method

Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified culture-specific formatting information.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string ToString(
	IFormatProvider provider
)

Parameters

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 provider.
See Also