INumericTSelfToString(IFormatProvider) Method

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

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
string ToString(
	IFormatProvider formatProvider
)

Parameters

formatProvider  IFormatProvider
An object that supplies culture-specific formatting information.

Return Value

String
The string representation of the value of this instance as specified by formatProvider.

See Also