Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: instr()


Message #1 by "icaaq" <isac@m...> on Sat, 18 Jan 2003 13:52:32 +0100
How can i find a specific string in another string using C#? like VBScripts
InStr() function.

mvh icaaq


Message #2 by "Juan T. Llibre" <j.llibre@c...> on Sat, 18 Jan 2003 09:30:29 -0400
Use String.IndexOf


Juan
====
----- Original Message -----
From: "icaaq" <isac@m...>
Newsgroups: aspx
To: "ASP.NET" <aspx@p...>
Sent: Saturday, January 18, 2003 8:52 AM
Subject: [aspx] instr()


> How can i find a specific string in another string using C#? like
VBScripts
> InStr() function.
>
> mvh icaaq

Message #3 by "icaaq" <isac@m...> on Sun, 19 Jan 2003 08:29:53 +0100
thanx
"Juan T. Llibre" <j.llibre@c...> skrev i meddelandet
news:253168@a...
>
> Use String.IndexOf
>
>
> Juan
> ====
> ----- Original Message -----
> From: "icaaq" <isac@m...>
> Newsgroups: aspx
> To: "ASP.NET" <aspx@p...>
> Sent: Saturday, January 18, 2003 8:52 AM
> Subject: [aspx] instr()
>
>
> > How can i find a specific string in another string using C#? like
> VBScripts
> > InStr() function.
> >
> > mvh icaaq
>
>
>



  Return to Index