IFormatterConverter.ToUInt32(Object) Method

Definition

Important

This API is not CLS-compliant.

Converts a value to a 32-bit unsigned integer.

public:
 System::UInt32 ToUInt32(System::Object ^ value);
public uint ToUInt32 (object value);
[System.CLSCompliant(false)]
public uint ToUInt32 (object value);
abstract member ToUInt32 : obj -> uint32
[<System.CLSCompliant(false)>]
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.

Attributes

Applies to