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?
0 comments:
Post a Comment