Bridge

Decimal ImplicitWideningImplicitImplicitImplicit Conversion (Byte to Decimal)

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

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

Syntax


public static implicit operator decimal (
	byte value
)
Public Shared Widening Operator CType ( _
	value As Byte _
) As Decimal
static implicit operator Decimal^ (
	unsigned char^ value
)

Parameters

value
Type: System..::..Byte
The 8-bit unsigned integer to convert.

Return Value

The converted 8-bit unsigned integer.