String to Int Conversion

Hi, so i’m working on a project and i have an external database which i get a stored value from, that value is a string and when i try to convert it to an Int it removes the leading 0, if the leading number is not 0 it works perfectly fine.

So basically i need a way to keep the leading 0 but everything i have tried has failed

Any help is appreciated - Ryan