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