Friday, January 25, 2019

StringBuilder different in Core and Framework

I was looking at the the documentation for the StringBuilder class and noticed a difference between .NET Framework and .NET Core. For example the method AppendJoin(Char, Object[]) exist in Core but not in Framework. Why is that? What's the difference exactly?

StringBuilder different in Core and Framework Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team