Click or drag to resize

ComplexToString Method (IFormatProvider)

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:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
An object that supplies culture-specific formatting information.

Return Value

Type: String
The string representation of the current instance in Cartesian form, as specified by provider.
See Also