BigFloat.ToString(String, IFormatProvider) Method

Formats the value of the current instance using the specified format.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format  String
The String specifying the format to use.

-or-

null to use the default format.

formatProvider  IFormatProvider
The IFormatProvider to use to format the value.

-or-

null to obtain the numeric format information from the current locale setting of the operating system.

Return Value

String
A String containing the value of the current instance in the specified format.

Implements

IFormattable.ToString(String, IFormatProvider)

See Also