Bridge

Decimal ImplicitWideningImplicitImplicitImplicit Conversion (SByte to Decimal)

Defines an explicit conversion of an 8-bit signed integer to a Decimal.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static implicit operator decimal (
	sbyte value
)
Public Shared Widening Operator CType ( _
	value As SByte _
) As Decimal
static implicit operator Decimal^ (
	signed char^ value
)

Parameters

value
Type: System..::..SByte
The 8-bit signed integer to convert.

Return Value

The converted 8-bit signed integer.