public static bool EndsWith(
string property,
string value
)Public Shared Function EndsWith (
property As String,
value As String
) As Booleanpublic:
static bool EndsWith(
String^ property,
String^ value
)static member EndsWith :
property : string *
value : string -> bool