Tag: CSharp/文字列
String.Format(format, arg1, arg2...)を使う。
String.Format("xの値は{0}です。yの値は{1}です。", x, y);