1
Reply

Difference between StringBuilder and StreamWriter in asp.net

tushar poshiya

tushar poshiya

17y
9.2k
0
Reply

    StreamWriter: this is help us to write append text into a file.

    StringBuilder class can be used when you want to modify a string without creating a new object.