ComplexNumberToString(String, IFormatProvider) Method

[Missing <summary> documentation for "M:Gemstone.Numeric.ComplexNumber.ToString(System.String,System.IFormatProvider)"]

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
public string ToString(
	string? format,
	IFormatProvider? formatProvider
)

Parameters

format  String

[Missing <param name="format"/> documentation for "M:Gemstone.Numeric.ComplexNumber.ToString(System.String,System.IFormatProvider)"]

formatProvider  IFormatProvider

[Missing <param name="formatProvider"/> documentation for "M:Gemstone.Numeric.ComplexNumber.ToString(System.String,System.IFormatProvider)"]

Return Value

String

[Missing <returns> documentation for "M:Gemstone.Numeric.ComplexNumber.ToString(System.String,System.IFormatProvider)"]

Implements

IFormattableToString(String, IFormatProvider)

See Also