Inner Drive Extensible Architecture
C#
Show/Hide TOC
Money
To
Decimal Method
Converts the value of this instance to an equivalent
Decimal
number using the specified culture-specific formatting information.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
C#
Copy
public
decimal
ToDecimal
(
IFormatProvider
?
provider
)
Parameters
provider
IFormatProvider
An
IFormatProvider
interface implementation that supplies culture-specific formatting information.
Return Value
Decimal
A
Decimal
number equivalent to the value of this instance.
Implements
IConvertible
ToDecimal(IFormatProvider)
See Also
Reference
Money Structure
InnerDrive.Financial Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also