How to remove all zeroes from particular number

I want to remove all zeroes from 0000142814, 0000091553 these numbers how to remove this?

Convert.toInt32(“0000142814”)

3 Likes