摘要:如何使用C#進行ASCII碼與字元的轉換. ... public static int ASC(string S). {. int N = Convert.ToInt32(S[0]);. return N;. }.
確定! 回上一頁