does anybody know the format character for 'display if present' ?

Example::

Format("hi","xxxxx") would yield " hi"

what I need the is 'x' that makes that possible, also if there is one for numbers too, that would be great, ex.

Format(32.45,"$99990.00") would yield "$ 32.45"



Thanks in advance.