[Solved] String takes any value in c# Visual Studio [duplicate]


It is because of the “Hello World!” you need to escape the “,

do this instead:

            "class SecLevel \\n { \\n static void Main()\\n{Console.WriteLine(\"Hello World!\");}}"

0

solved String takes any value in c# Visual Studio [duplicate]