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

반환

적용 대상