Microsoft
Software
Hardware
Network
Question : Padding Emptry spaces with Zero's in VB.NET
Hello,
I 'm having problem padding empty spaces in VB.NET
Dim strPad as string = " "
Dim strCheck As Int32 = 10
Dim pad As Char
pad = Convert.ToChar("0")
strPad= strPad.PadLeft(strCheck, pad)
still I get Empty spaces in the strPad
Answer : Padding Emptry spaces with Zero's in VB.NET
Dim strPad As String = " "
strPad = strPad.Replace(" ", 0)
Me.textbox1.text=strPad
Random Solutions
How does this web site manage to pull data from many different sources?
Exchange 2010 Backup
Securing a web service call
Windows XP Validate after 30 days expiry
Exchange 2007 to Exchange 2010 - move mailbox - cross forest
Styling a Dropdownlist using CSS
Windows 7 Enterprise vs Ultimate?
Best way to setup a shared calendar and contacts on Exchange Server 2003
SQL 2k Database restore using only MDF flies
Group and ungroup a password-protected sheet?