What are the differences in string literals between C#, Visual Basic.NET, and Managed C++?
- by Kyle Ryan
I'm referring to the syntax for writing strings in code, including multiline strings and verbatim strings.
(Context: I'm working on a tool that scans code, and it's important to determine when tokens are inside a string.)
Thanks!