| Overload | Description |
|---|---|
| Trim(String,String) | Removes all leading and trailing, leading or trailing white-space, tabulations and end of line characters from the current String object. |
| Trim(String,String,String) | Removes all leading and trailing, leading or trailing specified characters from the current String object. |