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
Update IPSEC VPN client pcf file via ASA 8.2(2) Autoupdate
Upgrade Network to Windows 7
Outlook inbox refresh problem after upgrading to Exchange 2010
AutoCad 2010/2011 Minimum Spec Requirements
Who is a reliable lowcost provider of dedicated servers
asp.net I have a situation where I need to forms on a page??
Outlook in "safe mode"
mail merge screws up calculation when printing
How to test on an Android device
SSRS Report Speed issue