J
Jameson
Hi,
Dumb question for you:
Is there a quick and easy way to ensure a string has a minimum width using
format specifier?
Should I just write
if myString.Length < 8 then myString.PadLeft ( ...... )
?
Thanks
Dumb question for you:
Is there a quick and easy way to ensure a string has a minimum width using
format specifier?
Should I just write
if myString.Length < 8 then myString.PadLeft ( ...... )
?
Thanks