Convert.ToInt16 Method (UInt64)

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

Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit signed integer.

This API is not CLS-compliant. 

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

Syntax

<CLSCompliantAttribute(False)> _
Public Shared Function ToInt16 ( _
    value As ULong _
) As Short
[CLSCompliantAttribute(false)]
public static short ToInt16(
    ulong value
)

Parameters

Return Value

Type: System..::.Int16
A 16-bit signed integer equivalent to the value of value.

Exceptions

Exception Condition
OverflowException

value is greater than Int16..::.MaxValue.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Convert Class

ToInt16 Overload

System Namespace