我有問題,該代碼的LINQ無法從 'System.Collections.Generic.IEnumerable <string>' 轉換爲 '字符串[]'
string.Join(",", Encoding.Unicode.GetBytes("10.10.10.11").Select(x => x.ToString("X2")));
我得到錯誤
cannot convert from 'System.Collections.Generic.IEnumerable<string>' to 'string[]'
又如何它可以輸出到逗號分隔的文本框?
感謝您的解釋! – user1562839 2012-08-02 08:59:13