Clear is a convenience method that is equivalent to setting the Length property of the current instance to 0 (zero).
Calling the Clear method does not modify the current instance's Capacity or MaxCapacity property.
Target framework
[X] .NET Core
[ ] .NET Framework
[ ] .NET Standard
remove sentence
Calling the Clear method does not modify the current instance's Capacity
Before you open an issue
Issue description
https://github.com/dotnet/corefx/issues/34257https://github.com/dotnet/corefx/issues/34257 https://docs.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.clear?view=netcore-2.2
Target framework
remove sentence