Covert from unicode to integer
Hi all,
How can I convert a unicode value to its relevant integer value and print it.
For Example:
When I enter 49(unicode), it's equivalent integer value 1 should be printed.
How can I achieve this?
Please help!!
Thanks in advace..