how to work with ascii in csharp

Code Example - how to work with ascii in csharp

                
                        string value = "9quali52ty3";

// Convert the string into a byte[].
byte[] asciiBytes = Encoding.ASCII.GetBytes(value);