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
)
Public Function ReduceToQName (
uri As String,
<OutAttribute> ByRef qname As String
) As Boolean
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