0
votes
6answers
265 views
What is the meaning of the word “Append” (C#)
I'm in the middle in studying some code and I encountered this word "Append" and I don't understand what it does.
Code:
public static void appendData(string data)
{
if (isRecording) …
