I have a string "I want to learn "c#"". How can I include the quotes before and after c#?
I have a string "I want to learn "c#"". How can I include the quotes before and after c#?
You can also declare a constant and use it each time. neat and avoids confusion:
const string myStrQuote = "\"";