Programming
byte[] buffer = new byte[10]; // todo: populate the buffer with string data
string s = Encoding.ASCII.GetString( buffer );
No comments:
Post a Comment