Click or drag to resize

RdfXmlSpecsHelperIsRdfID Method

Validates that an ID is a valid NCName.

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

Parameters

value
Type: SystemString
ID Value to Test.

Return Value

Type: Boolean
True if the ID is valid.
See Also