StringSegmentStartsWith(Char) Method

Gets whether this StringSegment instance starts with the specified value.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool StartsWith(
	char value
)

Parameters

value  Char
The character to compare.

Return Value

Boolean
if this StringSegment begins with value; otherwise, .

See Also