char[] characters = System.Text.Encoding.ASCII.GetChars(new byte[]{2}); char c = characters[0];. It is important to notice that in C# the ...
確定! 回上一頁