/ Published in: C#
Expand |
Embed | Plain Text
private byte[] EncodeMsg(string msg) { byte[] buffer = encoder.GetBytes(msg); return buffer; }
You need to login to post a comment.
jx_boi on 09/07/10
2 people have marked this snippet as a favorite
private byte[] EncodeMsg(string msg) { byte[] buffer = encoder.GetBytes(msg); return buffer; }
You need to login to post a comment.