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

戻り値

適用対象