Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
It is possible to set a minumum length e.g.string.format("{0,10:s}",12345"); will return a string 10 chars long with right alignment
string.format("{0,10:s}",12345"); will return a string 10 chars long with left alignment