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
301 redirect non-www to www
alternative current in to a pc
Cisco 851 router installation blocks XP File and Print Services functionality for attached client PC's.
Access / how many users connected?
Should Sys Admins (Domain Admins) also have user accounts?
Forefront 2010 URL Filtering
Office 2010 KMS on non-AD DNS?
Rundll error error loading F3SCRCTR.DLL
configuring asa to PAT port 9191 to 9100
Strange DNS issues - SBS 2008