is there a function in C# to find a particular piece of text in a string? I have tried substring but returns false no matter what i give it...

thanks!