Different Formats on Console.Writeline

   Simple Way

  Console.WriteLine("Hello " + Name + "," + currentDate + "Welcome to our Online Voting Portal. Your Voter Id And Other Details." +

                "Plz Verify." + Voterid + "," + state + "," + city + "," + panchayat);

    Standard Way

Console.WriteLine($"{Environment.NewLine}Hello,{Name},Welcome to our Online Voting Portal. Your Voter Id And Other Details.  Plz Verify, {Voterid },{ state} ,{city}, { panchayat}");

        

Comments

Popular posts from this blog

Angular Application