How can I create a string in C# which contains: AT+CGDCONT=1,"IP","internet"
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
try
or
|
|||
|
|
|
Simply escape the double quotes using the escape character
This blog will give you a list of available escape sequences. |
|||
|
|
|
Use
|
|||
|
|
|
Just put a \ before the " like so:
|
|||
|
|
Here is a list of all character escapes you can use. |
|||
|
|
