|
-
Mar 12th, 2004, 03:21 PM
#1
Thread Starter
Lively Member
Convert byte[] to string
Hello Everybody:
Can any body help me /show me how to convert byte[] to string
Pls guide...
Rahil
public string Send(string sendobject)
{
Object objData = txtClient.Text;
byte[] byData = System.Text.Encoding.ASCII.GetBytes (objData.ToString ());
m_socWorker.Send (byData);
sendobject= byData ;
return sendobject;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|