Microsoft
Software
Hardware
Network
Question : grabbing text from a string after a logic
I have the following string: "elli-pictures/18.aspx?PGI
mageID=905
8"
how can i code in vb to grab all the information after "PGImageID=". In this case, i need it to return 9058
Answer : grabbing text from a string after a logic
First:
Dim str As String = "elli-pictures/18.aspx?PGI
mageID=905
8"
Dim strs As String() = str.Split("="c)
Dim number As String = strs(1)
Response.Write(number)
Random Solutions
C# 3.0 - Generic Bulk Copy
explorer error
Restore a Sharepoint Site from an SQL Database Backup
What is the signature for load complete even?
Exporting .pst file data to SQL Server 2005
Dir vs Dir$
Microsoft Jet database engine could not find the object
Casting local variable int as varchar to concatenate into another string using transact-sql
hp officejet 7410 Duplex printing on windows7
vb.net panel scroll with picture box