/ Published in: C#

Expand |
Embed | Plain Text
byte [] dBytes = { 1, 2, 3, 4, 5} string str; str = enc.GetString(dBytes);
You need to login to post a comment.
Anthony on 06/17/08
6 people have marked this snippet as a favorite
umang_nine
ddevening
laurenceosx
vali29
khouser
ovuncgursoy
byte [] dBytes = { 1, 2, 3, 4, 5} string str; str = enc.GetString(dBytes);
You need to login to post a comment.