Padding blank space using PadRight

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I tried in vain to add blank space to the end of couple variables as below:

mPadding = Convert.ToChar(" ")

mdriverBegin.PadRight(16, mPadding)

mdriverEnd.PadRight(16, mPadding)

mSitekey.PadRight(4, mPadding)

What should I use to get a blank space?



Thanks

Bill






.