「{Day} - は勝利の日です。{Day} - は私の誕生日です」という文字列があります。
{Day} を別の数字に置き換えるには? 私は試します:
string text = "{Day} - is a victory day. {Day} - is my birthday";
if (text.Contains("{Day}"))
text = text.Replace("{Day}", xNet.Rand.Next(1, 30).ToString());
しかし、日は2回の交換で同じです。