1
Answer

Conversions from ASCII to hex to decimal, all 3

barry 0

barry 0

17y
1.8k
1
I need to create a C# program that does the following:

Converts a character such as 'S' to 0x53 or 83 decimal and I need to print it on the screen as
char  hex  decimal
 S     53    83
can anyone help.
thanks,
barry

Answers (1)