IFormatterConverter::ToUInt32 Method (Object^)

 

Converts a value to a 32-bit unsigned integer.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

unsigned int ToUInt32(
	Object^ value
)

Parameters

value
Type: System::Object^

The object to be converted.

Return Value

Type: System::UInt32

The converted value.

.NET Framework
Available since 1.1
Return to top
Show: