NullableTypes Class Library

NullableDecimal Constructor (UInt32)

Initializes a new instance of the NullableDecimal structure using the specified 32-bit unsigned integer.

[Visual Basic]
<CLSCompliant(IsCompliant="False")>
Overloads Public Sub New( _
   ByVal value As UInt32 _
)
[C#]
[CLSCompliant(IsCompliant="False")]
public NullableDecimal(
   uint value
);

Parameters

value
A 32-bit unsigned integer value to be stored in the Value property of the new NullableDecimal structure.

See Also

NullableDecimal Class | NullableTypes Namespace | NullableDecimal Constructor Overload List