RdfXmlSpecsHelperIsValidBaseUri Method |
Checks whether a given Base Uri can be used for relative Uri resolution.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsValidBaseUri(
string baseUri
)
Public Shared Function IsValidBaseUri (
baseUri As String
) As Boolean
Parameters
- baseUri
- Type: SystemString
Base Uri to Test.
Return Value
Type:
BooleanTrue if the Base Uri can be used for relative Uri resolution.
See Also