Table of Contents

Method ToUInt32

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ToUInt32(in PlessVariant)

Gets variant as uint.

uint ToUInt32(in PlessVariant value)

Parameters

value PlessVariant

Variant to convert.

Returns

uint

ToUInt32(in PlessVariant, IFormatProvider)

Gets variant as uint using the specified format provider.

uint ToUInt32(in PlessVariant value, IFormatProvider provider)

Parameters

value PlessVariant

Variant to convert.

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

uint