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
Central Management Console/ Crystal Reports
wrr-queue bandwidth error
Exchange database backup failing with Arcserve v15
Drupal View Image Gallery
DWR Pagination
ORA-28002: the password will expire within 7 days
troubles getting BETWEEN logic to work
Beginner Java programming - Implementing a class
sendAndLoad onHTTPStatus issue
Buffalo Tera Station and Windows Server 2008 Authentification