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
Jquery / Mootools clash
How to connect treeview & listview or grid through Access database
how to prove power surge damage
Remote site unable to ping / connect to multiple subnets on home corporate network
Content disappearing after I hit a link?
802.1q trunk
Corrupt data store
Starting letters with XXX
How to add domain to an XP terminal
Batch file to modify a text files