Hi,

There is a "Find" method for string objects in .NET Framework?

Bruno Rodrigues

Re: String's Find Method? by AlexS

AlexS
Wed Aug 27 10:50:06 CDT 2003

Check String.IndexOf(Any) and maybe Regex.Match methods
Which to use depends on what you want to find.

hth
Alex

"Bruno Rodrigues" <bruno@siplan.com.br> wrote in message
news:eno6wjJbDHA.1832@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> There is a "Find" method for string objects in .NET Framework?
>
> Bruno Rodrigues
>
>