Table of Contents

Method ToUInt64

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

ToUInt64()

Converts this variant to ulong if possible.

public readonly ulong ToUInt64()

Returns

ulong

ToUInt64(IFormatProvider)

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

public readonly ulong ToUInt64(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

ulong