Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASCII to value
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
00981798
Message ID:
00981804
Views:
40
This message has been marked as the solution to the initial question of the thread.
Dawa,

Do you want a character or a string?

Character:
char c = (char)49;
String:
string s = ((char)49).ToString();
~~Bonnie




>How do I convert a Unicode value to a character value. e.g. 49 to "1".
>
>TIA
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform