Ok, I can write it my own, but is there a VB function to 'left pad' a string?

e.g. "A" -> "000A"

something like: LeftPad("A","0",4)