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 (Int32)

May 02, 2013

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

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

Parameters

value
Type: System.Int32
A 32-bit signed integer.

Return Value

Type: System.Int16
The 16-bit signed integer equivalent of value.
ExceptionCondition
OverflowException

value is greater than Int16.MaxValue or less than Int16.MinValue.

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.