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