how to show the value of a string in csharp

Code Example - how to show the value of a string in csharp

                
                        using System;
string aText = "This is my text!";

Console.WriteLine(aText);