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