Symbol.IConvertible.ToDecimal Method | |
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD IConvertible.ToDecimal(
provider AS IFormatProvider
) AS DECIMAL
decimal IConvertible.ToDecimal(
IFormatProvider provider
)
Request Example
View SourceParameters
- provider
- Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
DecimalA
Decimal number equivalent to the value of this instance.
Implements
ToDecimal(IFormatProvider)See Also