Quest Powershell to Remove Leading Zero

How can I remove the first leading zero using powershell?

I have the following numbers and need them to have the first zero removed.

00010 >> 0010
05812>>5812

Any suggestions?

Parents Reply Children
No Data