Trim whitespace (spaces, vbLf, vbCr) from the beginning and end of a String.

Syntax

ISTextUtilities.TrimWhitespace(sourceString, [includeTabs])

Parameters

NameTypeOptionalByRefDescription
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

String

A String value.

Member of:
ISTextUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0