Workaround for String.Contains() in C# .NetCF 2.0?

Posted by Noble Bell on Stack Overflow See other posts from Stack Overflow or by Noble Bell
Published on 2010-01-14T21:31:40Z Indexed on 2010/05/18 3:30 UTC
Read the original article Hit count: 221

Filed under:
|
|
|

There is a string method called Contains. It allows you to quickly search a string for another string. I need to use this in a .netcf 2.0 application but per MSDN it does not come available until the 3.5 framework.

Can anyone offer a work around (C#)?

TIA Noble

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET