StringSegment.TrimStart method (1 of 2)

Trims the specified characters from the start of the string segment.

public StringSegment TrimStart()

Return Value

A string segment with the whitespace trimmed.

See Also


StringSegment.TrimStart method (2 of 2)

Trims the whitespace from the start of the string segment.

public StringSegment TrimStart(params char[] characters)
parameter description
characters The characters to trim.

Return Value

A string segment with the whitespace trimmed.

See Also