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