Saturday 2 December 2017

C# Program to Replace a Character with the String


Code:

using System;
class Program
{
    static void Main(string[] args)
    {
        string s = "".PadLeft(5, 'X').Replace("X", "Executecodes");;
        Console.Write("The String After the Replacement :{0}",s);
        Console.Read();
    }

}


Output:

The String After the Replacement :ExecutecodesExecutecodesExecutecodesExecutecodesExecutecodes


More C# Programs:



















100+ Best Home Decoration Ideas For Christmas Day 2019 To Make Home Beautiful

Best gifts for Christmas Day | Greeting cards for Christmas Day | Gift your children a new gift on Christmas day This Christmas d...