Posts by DeividCamargos • 31 points
1 post
-
3
votes1
answer40
viewsQ: Stringbuilder append() converts to string automatically
Why when I use .AppendLine() it is necessary to convert the parameter to string, but when use .Append() conversion is not necessary?