Hi, I have a string variable which has the text as below: Dear {0}, Welcome to the Site I want to set value to the "{0}" with another string variable which I have. How to achieve this in C#? Thanks