BigRational.ToString Method

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

ToString() Returns a string representation of the rational number.
ToString(String, IFormatProvider) Returns a string representation of a rational number.

ToString

Returns a string representation of the rational number.
C#
public override string ToString()

Return Value

String
A string representation of the rational number.

ToString(String, IFormatProvider)

Returns a string representation of a rational number.
C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format  String
A format string.
formatProvider  IFormatProvider
An IFormatProvider instance.

Return Value

String
A string representation of the rational number.

Implements

IFormattable.ToString(String, IFormatProvider)

See Also