Programming - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Programming (776 Views)
1 Reply
| Programming by caroline2120(op): 1:58pm On May 26, 2013 |
please the conversion is in vb.net: from string to ascii code and vice versa |
| Re: Programming by Kobojunkie: 11:51pm On May 26, 2013 |
caroline2120: please the conversion is in vb.net: from string to ascii code and vice versaYou want to, given a string, print out the ASCII code that corresponds to each character? That is easy. You can simply write you a function to map each character in your string to the corresponding ASCII code. Here is a link to show you what ASCII code maps to what character. http://www.asciitable.com/ Once you get writing your function, you will definitely start to see the pattern and be better able to re-factor your code appropriately. Post the code you come up with and maybe then we can better help you see what you may be missing still. |
| Re: Programming by talk2hb1(m): 9:03am On May 27, 2013 |
caroline2120: please the conversion is in vb.net: from string to ascii code and vice versaI guess this to be an homework, what is this: https://www.nairaland.com/1300332/programming |