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