OpenTypeMethods.EndsWith(Object, Object) 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.
Détermine si la fin d'une chaîne correspond à une autre chaîne.
public:
static System::Object ^ EndsWith(System::Object ^ targetString, System::Object ^ substring);
public static object EndsWith (object targetString, object substring);
static member EndsWith : obj * obj -> obj
Public Shared Function EndsWith (targetString As Object, substring As Object) As Object
Paramètres
- targetString
- Object
Chaîne qui est comparée.
- substring
- Object
Chaîne de comparaison.
Retours
true
si targetString
se termine par substring
; sinon, false
.
Remarques
Une erreur est générée lorsque les paramètres ne sont pas des chaînes.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.