Aug 11, 2003 #1 G gicio Regular Joined Aug 26, 2002 Messages 90 Hi!!! How to convert an ASCII value to string? gicio
Aug 11, 2003 #2 M mutant Ultimate Contributor Joined Jan 19, 2003 Messages 1,771 Location Enfield, CT, USA You the Convert class to do all kinds of conversions: C#: System.Convert.ConversionYouWant(Values);
Aug 12, 2003 #3 A AndreRyan Junior Contributor Joined Jan 23, 2002 Messages 366 The System.Text.Encoding.ASCII Class provides functions to convert strings to ASCII and byte arrays to text
The System.Text.Encoding.ASCII Class provides functions to convert strings to ASCII and byte arrays to text