Partager via


StringExtensions.IsBool(String) Méthode

Définition

Vérifie si une chaîne peut être convertie en type booléen (true/false).

public static bool IsBool (this string value);
static member IsBool : string -> bool
<Extension()>
Public Function IsBool (value As String) As Boolean

Paramètres

value
String

Valeur de chaîne à tester.

Retours

true si value peut être converti en type spécifié ; sinon, false.

S’applique à