Click or drag to resize

XmlSpecsHelperIsNCName Method

Returns whether a String is a NCName as defined by the W3C XML Namespaces Specification.

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

Parameters

name
Type: SystemString
String to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.IsNCName(System.String)"]

See Also