StringView.Trim

Declaration

public stringView Trim(params char[] chrs);

Parameters

chrs A set of characters to remove.

Returns

stringView A new StringView.

Description

Returns a new StringView in which all leading and trailing occurrences of a set of specified characters from the current StringView are removed.


Did you find this page useful? Please give it a rating: