Big Rational.To String Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
ToString() | Returns a string representation of the rational number. |
ToString( | Returns a string representation of a rational number. |
ToString
Returns a string representation of the rational number.
public override string ToString()
Return Value
StringA string representation of the rational number.
ToString(String, IFormatProvider)
Returns a string representation of a rational number.
public string ToString(
string format,
IFormatProvider formatProvider
)
Parameters
- format String
- A format string.
- formatProvider IFormatProvider
- An IFormatProvider instance.
Return Value
StringA string representation of the rational number.