I’ve seen similar questions here and here.
But am not getting how to left pad a String with Zero.
input: “129018”
output: “0000129018”
The total output length should be TEN.
I’ve seen similar questions here and here.
But am not getting how to left pad a String with Zero.
input: “129018”
output: “0000129018”
The total output length should be TEN.