Workaround for String.Contains() in C# .NetCF 2.0?
- by Noble Bell
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