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