I know this is a basic question, just want to make sure...
Is the string type that is used in Arduino programming the same thats used in programming C#(i.E. Visual Studio)
The reason I asked is because I am rewriting my C# code in Arduino language and I have a line of code that uses string xstring = string.Empty; (xstring is just the variable of course) I was wondering what is the same thing in Arduino.