Click or drag to resize
Complex.ToString Method (String, IFormatProvider)
Formats the value of the current instance using the specified format.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format
Type: System.String
The String specifying the format to use.
formatProvider
Type: System.IFormatProvider
The IFormatProvider to use to format the value.

Return Value

Type: String

[Missing <returns> documentation for "M:Imsl.Math.Complex.ToString(System.String,System.IFormatProvider)"]

Implements

IFormattable.ToString(String, IFormatProvider)
See Also