Table of Contents

Method ToInt64

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

ToInt64()

Converts this variant to long if possible.

public readonly long ToInt64()

Returns

long

ToInt64(IFormatProvider)

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

public readonly long ToInt64(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

long