Поделиться через


CaseInsensitiveComparison.EndsWith(String, String) Метод

Определение

Определяет, заканчивается ли строка value строкой "possibleEnd".

public:
 static bool EndsWith(System::String ^ value, System::String ^ possibleEnd);
public static bool EndsWith (string value, string possibleEnd);
static member EndsWith : string * string -> bool
Public Shared Function EndsWith (value As String, possibleEnd As String) As Boolean

Параметры

value
String
possibleEnd
String

Возвращаемое значение

Применяется к