csharp string to uri

Code Example - csharp string to uri

                
                        Uri myUri = new Uri("http://www.contoso.com/");
                    
                
 

csharp convert string to uri

                        
                                Uri myUri = new Uri("https://io9.gizmodo.com/operation-northwoods-the-1960s-government-plan-to-fake-5838778");
                            
                        
 

Related code examples