StringPolyfillExtensionTrim Method

Overload List

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.

See Also