Table of Contents

Method ToInt32

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

ToInt32()

Converts this variant to int if possible.

public readonly int ToInt32()

Returns

int

ToInt32(IFormatProvider)

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

public readonly int ToInt32(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

int