In VB6, I could say:
s = Replace(s, "Find", "Replace", vbTextCompare)
In VB.NET, there is only String.Replace(uFind, uReplace) which would mean binary compare, I guess.
Is there no .NET version that would provide the usual CultureInvariantIgnoreDayTimeAndHowEmptyMyStomachIs and similar search option?