TexfileLinesTrimEnd Method

Removes all trailing occurrences of a set of characters from all the elements of this TexfileLines.

Definition

Namespace: DevCase.Core.DataProcessing.TextFiles
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void TrimEnd(
	char[] trimChars = null
)

Parameters

trimChars  Char  (Optional)
An array of Unicode characters to remove.

If trimChars is or an empty array, Unicode white-space characters are removed instead.

See Also