Sdílet prostřednictvím


OpenTypeMethods.EndsWith(Object, Object) Metoda

Definice

Určuje, zda konec jednoho řetězce odpovídá jinému řetězci.

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

Parametry

targetString
Object

Porovnávaný řetězec.

substring
Object

Řetězec, se který chcete porovnat.

Návraty

truepokud targetString končí na substring; v opačném případě . false

Poznámky

Pokud parametry nejsou řetězce, dojde k chybě.

Platí pro