|
RationalToString Method (IFormatProvider)
|
Converts this instance to its equivalent string representation.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public string ToString(
IFormatProvider provider
)
Public Function ToString (
provider As IFormatProvider
) As String
Request Example
View SourceParameters
- provider
- Type: SystemIFormatProvider
An object that has culture-specific formatting information.
Return Value
Type:
StringThe string representation of the
Rational.
See Also