Hello,
I'm working with some numeric strings that I need to convert to Integers (Long) but I found that some of my strings contain preceding zeros and when this is converted the zero is removed.
eg. 00000008911 becomes 8911
01234567890 becomes 1234567890
Is there any way to retain the zero(s) ?
Or any suggestion would be greatly appreciated.
Thanks.
I'm working with some numeric strings that I need to convert to Integers (Long) but I found that some of my strings contain preceding zeros and when this is converted the zero is removed.
eg. 00000008911 becomes 8911
01234567890 becomes 1234567890
Is there any way to retain the zero(s) ?
Or any suggestion would be greatly appreciated.
Thanks.