I am trying to convert an integer value which is '36' to its corresponding character value which is '$' in accordance with ASCII & Unicode Character Codes.
How can I do that type of conversion?
I am trying to convert an integer value which is '36' to its corresponding character value which is '$' in accordance with ASCII & Unicode Character Codes.
How can I do that type of conversion?