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