Table of Contents

Method ToInt16

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

ToInt16()

Converts this variant to short if possible.

public readonly short ToInt16()

Returns

short

ToInt16(IFormatProvider)

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

public readonly short ToInt16(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

short