T
tshad
Is there a way to zero fill a numeric into a string that is a fixed lengh of
10 chars?
In Sql I would do something like: Right("0000000000" +
Convert(varchar,amt),10).
Is there an easy way to do this in VB.net code?
Thanks,
Tom
10 chars?
In Sql I would do something like: Right("0000000000" +
Convert(varchar,amt),10).
Is there an easy way to do this in VB.net code?
Thanks,
Tom