Currency Conversion (Currency to Long) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR EXPLICIT (
c AS CURRENCY
) AS LONG
public static explicit operator int (
Currency c
)
Request Example
View SourceParameters
- c
- Type: Currency
Return Value
Type:
LongSee Also