Click or drag to resize

XmlSpecsHelperIsName Method

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

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

Parameters

name
Type: SystemString
String to test.

Return Value

Type: Boolean

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

See Also