gicio Posted August 11, 2003 Posted August 11, 2003 Hi!!! How to convert an ASCII value to string? gicio Quote
*Experts* mutant Posted August 11, 2003 *Experts* Posted August 11, 2003 You the Convert class to do all kinds of conversions: System.Convert.ConversionYouWant(Values); Quote
AndreRyan Posted August 12, 2003 Posted August 12, 2003 The System.Text.Encoding.ASCII Class provides functions to convert strings to ASCII and byte arrays to text Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.