Namespace: Rx – Class: CRxString – Header: Rx.Core/RxString.h

CRxString::EndsWith Method

C++
bool EndsWith(const CRxString& sxString)

Determines whether the end of this string instance matches the specified string.

Parameters

[const CRxString&] sxString

The string to compare to the substring at the end of this instance.

Returns

bool

True if value matches the end of this instance; otherwise, false.