Table of Contents

Method ToUInt16

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

ToUInt16()

Converts this variant to ushort if possible.

public readonly ushort ToUInt16()

Returns

ushort

ToUInt16(IFormatProvider)

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

public readonly ushort ToUInt16(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

ushort