Table of Contents

Method ToUInt16

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

ToUInt16(in PlessVariant)

Gets variant as ushort.

ushort ToUInt16(in PlessVariant value)

Parameters

value PlessVariant

Variant to convert.

Returns

ushort

ToUInt16(in PlessVariant, IFormatProvider)

Gets variant as ushort using the specified format provider.

ushort ToUInt16(in PlessVariant value, IFormatProvider provider)

Parameters

value PlessVariant

Variant to convert.

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

ushort