Decimal..::..ToUInt32 Method
Converts the value of the specified Decimal to the equivalent 32-bit unsigned integer.
Namespace:
SystemAssembly: 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