BigFloat.ToString(String) 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
)

Parameters

format  String
The String specifying the format to use.

-or-

null to use the default format.

Return Value

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

See Also