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.ToBoolean Method (Int32)

May 02, 2013

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

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
public static bool ToBoolean(
	int value
)

Parameters

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

Return Value

Type: System.Boolean
true if value is not zero; otherwise, false.

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.