StringSegmentEndsWith(Char) Method

Gets whether this StringSegment instance ends with the specified value.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public bool EndsWith(
	char value
)

Parameters

value  Char
The character to compare.

Return Value

Boolean
if this StringSegment ends with value; otherwise, .

See Also