Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function ToString ( _
	provider As IFormatProvider _
) As String
C#
public string ToString (
	IFormatProvider provider
)
C++
public:
String^ ToString (
	IFormatProvider^ provider
)

Parameters

provider (System.IFormatProvider)
An IFormatProvider that supplies culture-specific formatting information.

Return Value

The string representation of the value of this instance.