public static void Main()
Console.WriteLine("Hello World");
if(String.IsNullOrEmpty(""))
Console.WriteLine("Tomma strängen är IsNullOrEmpty");
if(!String.IsNullOrEmpty(" "))
Console.WriteLine("Blangsteg är inte IsNullOrEmpty");
if(String.IsNullOrWhiteSpace(""))
Console.WriteLine("Tomma strängen är IsNullOrWhiteSpace");