Click or drag to resize

RdfXmlSpecsHelperIsValidUriRefEncoding Method

Checks whether a given URIRef is encoded in Unicode Normal Form C.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsValidUriRefEncoding(
	string uriref
)

Parameters

uriref
Type: SystemString
URIRef to Test.

Return Value

Type: Boolean
True if the URIRef is encoded correctly.
See Also