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