我從遊戲解析聊天和我得到這個字符串「榨68 00 00 37 00 45 00 00」C#中出現FormatException了未處理
recipe = recipe.Replace("搾", "");
string[] rElements = new string[8];
rElements = recipe.Split(' ');
int num = int.Parse(rElements[0]);
我得到的最後一行的格式不同的是我不不明白。它表示輸入字符串格式不正確。我已經檢查過調試器,第一個元素表示它是「68」。任何人都有任何線索發生了什麼?
按預期工作,也許你的輸入字符串是錯誤的 – 2011-01-29 03:14:22
什麼是輸入字符串?你必須提供。 – humblelistener 2011-01-29 03:16:22