StringExtensions.Is<TValue>(String) 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.
Vérifie si une chaîne peut être convertie vers le type de données spécifié.
public static bool Is<TValue> (this string value);
static member Is : string -> bool
<Extension()>
Public Function Is(Of TValue) (value As String) As Boolean
Paramètres de type
- TValue
Type de données vers lequel effectuer la conversion.
Paramètres
- value
- String
Valeur à tester.
Retours
true si value
peut être converti en type spécifié ; sinon, false.