Returns the absolute
System.Uri from a string that may represent relative or absolute Uri.
'Declaration
Public Shared Function GetAbsoluteUri( _
ByVal As String _
) As Uri
'Usage
Dim uriString As String
Dim value As Uri
value = Extensions.GetAbsoluteUri(uriString)
Parameters
- uriString
- A relative or absolute Uri in string form.
Return Value
The absolute
System.Uri from the parameter string.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2