IFormatterConverter.ToUInt32(Object) Method

Definition

Converts a value to a 32-bit unsigned integer.

public:
 System::UInt32 ToUInt32(System::Object ^ value);
public uint ToUInt32(object value);
abstract member ToUInt32 : obj -> uint32
Public Function ToUInt32 (value As Object) As UInteger

Parameters

value
Object

The object to be converted.

Returns

The converted value.

Applies to