Welcome to MSDN Blogs Sign in | Join | Help

April 2009 - Posts

C# case insensitve string replace?
private string ReplaceString( string inputStr, string searchStr, string replaceStr, int startIndex) { if (inputStr == null || inputStr.Length == 0 || searchStr == null || replaceStr == null || searchStr.Length == 0) return inputStr; int searchIndex = Read More...
Page view tracker