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
)
Public Shared Function IsRdfID (
value As String
) As Boolean
Parameters
- value
- Type: SystemString
ID Value to Test.
Return Value
Type:
BooleanTrue if the ID is valid.
See Also