[Solved] Error when compiling – ‘Cannot implicitly convert type ‘string’ to ‘System.Uri’


You know you can do this right : ?

Uri uri = new Uri(whateverstring);

solved Error when compiling – ‘Cannot implicitly convert type ‘string’ to ‘System.Uri’