I would like to know how do I declare a String variable in which the value has quotation marks in Visual Basic .NET?
For example:
Public frase As String = "E ele disse: -"Olá a todos!""
Is there any escape expression for Visual Basic to understand that the quotation marks in the variable value are part of the value, and are not ending the variable declaration?