Calls string.Replace with StringComparison.Ordinal.
public static string ReplaceOrdinal(this string source, string oldValue, string newValue)