なんとかするから、なんとかなる

エンジニア関係のことを書きます

C#でStringの中に変数を混ぜる

Stringの中に変数を混ぜるとき

string data = "pen";
string.Format("This is {0}", pen);