StringSegmentEndsWith(Char) Method
Gets whether this
StringSegment instance ends with the specified
value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public bool EndsWith(
char value
)
Public Function EndsWith (
value As Char
) As Boolean
public:
bool EndsWith(
wchar_t value
)
member EndsWith :
value : char -> bool
- value Char
- The character to compare.
Boolean if this
StringSegment ends with
value; otherwise,
.