TexfileLinesTrim Method
Removes all leading and 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 Trim(
char[] trimChars = null
)
Public Overridable Sub Trim (
Optional trimChars As Char() = Nothing
)
Dim instance As TexfileLines
Dim trimChars As Char()
instance.Trim(trimChars)
public:
virtual void Trim(
array<wchar_t>^ trimChars = nullptr
)
abstract Trim :
?trimChars : char[]
(* Defaults:
let _trimChars = defaultArg trimChars null
*)
-> unit
override Trim :
?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.