/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
byte [] dBytes = { 1, 2, 3, 4, 5} string str; str = enc.GetString(dBytes);