UFix64MIConvertibleToDecimal Method
Converts the value of this instance to an equivalent
Decimal number using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
decimal IConvertible.ToDecimal(
IFormatProvider provider
)
Private Function ToDecimal (
provider As IFormatProvider
) As Decimal Implements IConvertible.ToDecimal
private:
virtual Decimal ToDecimal(
IFormatProvider^ provider
) sealed = IConvertible::ToDecimal
private abstract ToDecimal :
provider : IFormatProvider -> decimal
private override ToDecimal :
provider : IFormatProvider -> decimal
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
DecimalA
Decimal number equivalent to the value of this instance.
IConvertibleToDecimal(IFormatProvider)