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

CRxString::StartsWith Method

C++
bool StartsWith(const CRxString& sxString)

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

Parameters

[const CRxString&] sxString

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

Returns

bool

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