ToInt16 Method (Object)

Convert.ToInt16 Method (Object)

[ 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 Object to a 16-bit signed integer.

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

'Declaration
Public Shared Function ToInt16 ( _
	value As Object _
) As Short

Parameters

value
Type: System.Object
An Object that implements the IConvertible interface or Nothing.

Return Value

Type: System.Int16
A 16-bit signed integer equivalent to the value of value, or zero if value is Nothing.

ExceptionCondition
InvalidCastException

value does not implement IConvertible.

If value is not Nothing, this method wraps a call to the IConvertible.ToInt16 implementation of the underlying type of value.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft