Table of Contents

Method ToUInt32

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

ToUInt32()

Converts this variant to uint if possible.

public readonly uint ToUInt32()

Returns

uint

ToUInt32(IFormatProvider)

Converts this variant to uint if possible using the specified format provider.

public readonly uint ToUInt32(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

uint