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
 
Back
Top