If a method overloads another method by replacing a System.Uri parameter with a string, then the string overload should simply ...

If a method overloads another method by replacing a System.Uri parameter with a string, then the string overload should simply build a Uri object from the string, and pass the result to the string overload.