StringExtensions.AsBool Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AsBool(String) |
Convertit une chaîne en valeur booléenne (true/false). |
AsBool(String, Boolean) |
Convertit une chaîne en valeur booléenne (true/false) et spécifie une valeur par défaut. |
AsBool(String)
AsBool(String, Boolean)
Convertit une chaîne en valeur booléenne (true/false) et spécifie une valeur par défaut.
public static bool AsBool (this string value, bool defaultValue);
static member AsBool : string * bool -> bool
<Extension()>
Public Function AsBool (value As String, defaultValue As Boolean) As Boolean
Paramètres
- value
- String
La valeur à convertir.
- defaultValue
- Boolean
Valeur à retourner si value
est null ou est une valeur non valide.
Retours
Valeur convertie.