Bridge

Decimal ImplicitWideningImplicitImplicitImplicit Conversion (UInt32 to Decimal)

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

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

Syntax


public static implicit operator decimal (
	uint value
)
Public Shared Widening Operator CType ( _
	value As UInteger _
) As Decimal
static implicit operator Decimal^ (
	unsigned int^ value
)

Parameters

value
Type: System..::..UInt32
The 32-bit unsigned integer to convert.

Return Value

The converted 32-bit unsigned integer.