RAJESHPARMAR
Programmer
- Feb 17, 2013
- 4
Hi, I have 1 DAT File in which numeric data is stored in unknown format. When I converted each Character of unknown format in Ascii Value, it gives me following ASCII Value but in Application, this data is displayed as following Decimal Interger Number.
Ascii Value Decimal Value
----------- -------------
127,30,32,32 7807 }
63,31,32,32 7999 } for Integers
96,31,32,32 8032 }
Please help in defining the logic of converting this Ascii Values into Decimal Integer Value.
Thanks in Advance.
Ascii Value Decimal Value
----------- -------------
127,30,32,32 7807 }
63,31,32,32 7999 } for Integers
96,31,32,32 8032 }
Please help in defining the logic of converting this Ascii Values into Decimal Integer Value.
Thanks in Advance.