Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,
I m trying to write small program convering from string to ascii then converting back from ascii to string.
converting from string to ascii is ok, but to convert from ascii to string it gives me the ascii not string.
Posted
Comments
Suvendu Shekhar Giri 1-Apr-15 0:28am    
Share your code here so that one can trap the bug and accordingly help you :)

 
Share this answer
 
v2
Try This....

string str = char.ConvertFromUtf32(65)

Hope it helps
 
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