Searching for a string in a string

I am looking for a method to find a string within a string. The InStr function does this but I have yet to find it in the .NET micro framework, Is it there somewhere or is there another method.

Thanks

Try IndexOf

Got it! Thanks.

You are welcome!