TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
lot chan
NA
1
0
Help about fromCharCode function
Jun 2 2006 3:02 PM
Hi everyone, Could someone tell me that is there any function in C# is equivalent to the JavaScript's String.fromCharCode??? String.fromCharCode(...) is a function in JavaScript that returns a string from a number of Unicode character values. For example, alert(String.fromCharCode(65)); // the output is "A" alert(String.fromCharCode(65,66,67)); // the output is "ABC" alert(String.fromCharCode(34920,22969)); // the output contains some chinese or japanese charachers Is there any function in C# similarly does the task above? Thank you very much. Lot.
Reply
Answers (
1
)
Help! How to access another computer datasource if it is not connected to your network
Sample Projects