Community

Padding a string for fixed width display in VB.NET

(Irina Medvinskaya) Whenever you need to display data in a console or get it ready to be printed, you may need to align columns for a fixed width display in VB.NET. In this tip, I look at a simple way to pad strings for a fixed width display utilizing the PadLeft and PadRight methods of a String obj

Read More - Register for Free Membership