Trim whitespace (spaces, vbLf, vbCr) from the beginning and end of a String.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceString |
String |
|
|
The value to Trim. |
| includeTabs |
Boolean |
Optional |
|
Indicates whether to include Tabs (ASCII 9) as whitespace.
If omitted, a value of False is assumed. |
Return Value
- Member of:
- ISTextUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0