Click here to Skip to main content
15,917,862 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Developer,
I want to convert sbyte array to string, for this is use
string str = convert.Tostring(sbyte[])
but this not give me correct output that i want.
Anybody please help me for this..........

Regards,
Ravi
Posted
Comments
OriginalGriff 7-May-11 10:28am    
What its it giving you, and what did you want?
Use the "Improve question" widget to give us more information.
Ed Nutting 7-May-11 10:31am    
Try using System.Text.Encoding.UTF8.GetString :)

Try using System.Text.Encoding and looking at the GetString method. See MSDN: http://msdn.microsoft.com/en-us/library/system.text.encoding.aspx[^] :: GetString method[^]
 
Share this answer
 
v2
hello there
Have a look on this may be helpful

http://jgvimalan.wordpress.com/2011/02/22/convert-sbyte-to-string/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900