Formats the value of the current instance using the specified format.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string ToString(
IFormatProvider formatProvider
)
Public Function ToString (
formatProvider As IFormatProvider
) As String
public:
String^ ToString(
IFormatProvider^ formatProvider
)
member ToString :
formatProvider : IFormatProvider -> string
Parameters
- formatProvider
- Type: SystemIFormatProvider
The IFormatProvider to use to format the value.
-or-
to obtain the numeric format information from the current locale setting
of the operating system.
Return Value
Type:
StringA
String containing the value of the current instance in the specified format.
Reference