StringSegment.TrimEnd method (1 of 2)

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

public StringSegment TrimEnd()

Return Value

A string segment with the whitespace trimmed.

See Also


StringSegment.TrimEnd method (2 of 2)

Trims the whitespace from the end of the string segment.

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

Return Value

A string segment with the whitespace trimmed.

See Also