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