Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static Uri Create(
	string uri
)
Public Shared Function Create ( 
	uri As String
) As Uri
Parameters
- uri
 - Type: SystemString
String URI. 
Return Value
Type: 
Uri[Missing <returns> documentation for "M:VDS.RDF.UriFactory.Create(System.String)"]
Remarks
            When URI interning is disabled this is equivalent to just invoking the constructor of the 
Uri class.
            
See Also