TexfileLinesTrimEnd Method
Removes all trailing occurrences of a set of characters from all the elements of this
TexfileLines.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: 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
)
Public Overridable Sub TrimEnd (
Optional trimChars As Char() = Nothing
)
Dim instance As TexfileLines
Dim trimChars As Char()
instance.TrimEnd(trimChars)
public:
virtual void TrimEnd(
array<wchar_t>^ trimChars = nullptr
)
abstract TrimEnd :
?trimChars : char[]
(* Defaults:
let _trimChars = defaultArg trimChars null
*)
-> unit
override TrimEnd :
?trimChars : char[]
(* Defaults:
let _trimChars = defaultArg trimChars null
*)
-> unit
No code example is currently available or this language may not be supported.
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.