I have following test programchar c = '§';Debug.WriteLine("c: " + (int)c);byte b = Encoding.GetEncoding(437).GetBytes("§")[0];Debug.
確定! 回上一頁