原创 【C#】字符轉ASCII碼,ASCII碼轉字符

字符轉ASCII碼: public static int Asc(string character)  {   if (character.Length == 1)   {    System.Text.ASCIIEncoding asc