W
weird0
I have to create a string that contains inverted commas inside it.
How can i do that in c#?
As follows:-
"AT+CMGF=1"
string temp=""AT+CMGF=1""; // not valid
How can i do that in c#?
As follows:-
"AT+CMGF=1"
string temp=""AT+CMGF=1""; // not valid