Remove all punctuation (ie. non-alpha-numeric characters) and white space from the end of a String.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceString |
String |
|
|
The String to Clean. |
| removeNumbers |
Boolean |
Optional |
|
Indicates whether to also Remove Numbers from the end of the String.
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