Skip to content

4.3.0

Choose a tag to compare

@FolkerKinzel FolkerKinzel released this 20 Jan 18:50
· 391 commits to master since this release
  • New extension methods for the StringBuilder class:
StringBuilder AppendLine(this StringBuilder, ReadOnlyMemory<Char>);
StringBuilder AppendLine(this StringBuilder, ReadOnlySpan<Char>);