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
WordPress FIle Manager w/ Database Integration
Socket Question
Microsoft ebs security server configuration
Send emails using listed, jquery
Skype ID creation date?
How would I see what people are downloading and how would I inject RST packets?
Java Scripted Roll-over Sound Files do not work in Google Chrome
verifying port forwarding for your router failed
Spring Webflow snapshots occupy too much memory.
IIS host header and DNS