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.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
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