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: 10.0.0
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