string value = "9quali52ty3"; // Convert the string into a byte[]. byte[] asciiBytes = Encoding.ASCII.GetBytes(value);
char c1 = 'u0001'; char c1 = (char) 1;