M
Mark Brown
How do you format text in VB.NET? In VB6, I'd use something like:
format(foo,"!@@@@@@@@") to get a string to fill 8 places even if it was only
3 (for example). This simple convention apparently doesn't exist in VB.NET.
I've looked all around and I can't find a single example on how you would
code this in VB.NET. Anyone have an example they can share or point me to
some examples?
Thanks,
Mark
format(foo,"!@@@@@@@@") to get a string to fill 8 places even if it was only
3 (for example). This simple convention apparently doesn't exist in VB.NET.
I've looked all around and I can't find a single example on how you would
code this in VB.NET. Anyone have an example they can share or point me to
some examples?
Thanks,
Mark