I have to initialize string as \"Rose\" including Quotation Mark. How to write \" in our string?
Escape it with a backslash:
@"\"Rose\""