Table of Contents

Method ToUInt64

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

ToUInt64(in PlessVariant)

Gets variant as ulong.

ulong ToUInt64(in PlessVariant value)

Parameters

value PlessVariant

Variant to convert.

Returns

ulong

ToUInt64(in PlessVariant, IFormatProvider)

Gets variant as ulong using the specified format provider.

ulong ToUInt64(in PlessVariant value, IFormatProvider provider)

Parameters

value PlessVariant

Variant to convert.

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

ulong