Bridge

Decimal..::..ToUInt32 Method

Converts the value of the specified Decimal to the equivalent 32-bit unsigned integer.

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

Syntax


[TemplateAttribute]
public static uint ToUInt32(
	decimal value
)
<TemplateAttribute> _
Public Shared Function ToUInt32 ( _
	value As Decimal _
) As UInteger
[TemplateAttribute]
public:
static unsigned int^ ToUInt32(
	Decimal^ value
)

Parameters

value
Type: System..::..Decimal

Return Value

A 32-bit unsigned integer equivalent to the value of d.

Exceptions


ExceptionCondition
System..::..OverflowExceptiond is negative or greater than MaxValue.