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