| Trim(String, ReadOnlySpanChar) | Generates a String from which all leading and trailing occurrences of the characters in the specified read-only span are removed. |
| Trim(String, String) | Generates a String from which all leading and trailing occurrences of the characters in the specified read-only span are removed. |