INamespaceMapperHasNamespace Method |
Method which checks whether a given Namespace Prefix is defined.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool HasNamespace(
string prefix
)
Function HasNamespace (
prefix As String
) As Boolean
Parameters
- prefix
- Type: SystemString
Prefix to test.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.INamespaceMapper.HasNamespace(System.String)"]
See Also