Padding blank space using PadRight
- From: "Bill Nguyen" <billn_nospam_please@xxxxxxxx>
- Date: Fri, 16 Jun 2006 14:04:54 -0700
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
.
- Follow-Ups:
- Re: Padding blank space using PadRight
- From: Chris Dunaway
- Re: Padding blank space using PadRight
- Prev by Date: Re: Overrides and mybase ??
- Next by Date: Refer to an Instance of a form
- Previous by thread: Re: Overrides and mybase ??
- Next by thread: Re: Padding blank space using PadRight
- Index(es):