Skip to content

v0.9.1

Choose a tag to compare

@linkdotnet linkdotnet released this 06 Apr 08:13
· 576 commits to main since this release

This release brings extensions to the ValueStringBuilder API. For v1.0 the ValueStringBuilder tries to be en par with theSystem.Text.StringBuilder.

Added

  • Added extension method for System.Text.StringBuilder to transform into ValueStringBuilder without additional allocation and the other way around.
  • Added Length readonly property which gives the length of the represented string. Added Clear to set the ValueStringBuilder to the initial point.

Full Changelog: https://github.com/linkdotnet/StringBuilder/commits/v0.9.1