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