EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Convert.ToInt16 Method (Object)

May 02, 2013

Converts the value of the specified Object to a 16-bit signed integer.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
public static short ToInt16(
	Object value
)

Parameters

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

Return Value

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

value does not implement IConvertible.

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

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.