1 reference to TrimEnd
Microsoft.Extensions.Primitives (1)
StringSegment.cs (1)
585
public StringSegment Trim() => TrimStart().
TrimEnd
();