Currency Conversion (Currency to Decimal) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
c AS CURRENCY
) AS DECIMAL
public static implicit operator decimal (
Currency c
)
Request Example
View SourceParameters
- c
- Type: Currency
Return Value
Type:
DecimalSee Also