IConvertible.ToUInt16 Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Function ToUInt16 ( _
    provider As IFormatProvider _
) As UShort
ushort ToUInt16(
    IFormatProvider provider
)

Parameters

Return Value

Type: System..::.UInt16
An 16-bit unsigned integer equivalent to the value of this instance.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IConvertible Interface

System Namespace