I am looking for a way to convert a String to Integer or long but I need to keep the leading 0s from the String.
I guess this is not possible, is it?cause numbers do not work like that.
ex: String = "0153" needs to be converted to Integer and it should look like "0153".