Click or drag to resize

SparqlSpecsHelperUnescapeQName Method

Unescapes local name escapes from QNames.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string UnescapeQName(
	string value
)

Parameters

value
Type: SystemString
Value to unescape.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.UnescapeQName(System.String)"]

See Also