Thursday 17 December 2015

Get Ascii value in c#

byte asciiValue = Convert.ToByte('The Value which you want to convert into ascii');

Convert 0 to ascii

Example.

byte result = Convert.ToByte('0');

No comments:

Post a Comment