c#中如何将string 转 byte

System.Text.Encoding.Default.GetBytes(string);

反之亦然

System.Text.Encoding.Default.GetString(byte);