Click or drag to resize

NestedNamespaceMapperReduceToQName Method

Tries to reduce a URI to a QName using this Namespace Map.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool ReduceToQName(
	string uri,
	out string qname
)

Parameters

uri
Type: SystemString
URI.
qname
Type: SystemString
Resulting QName.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.NestedNamespaceMapper.ReduceToQName(System.String,System.String@)"]

Implements

INamespaceMapperReduceToQName(String, String)
See Also