chr() equal function in c#?

  • Thread starter Thread starter balakumar
  • Start date Start date
In order to get convert a number to a character in c# you need use the
convert:

Convert.ToChar(myAsciiValue);

Good luck :)

Brian L. Gorman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top