Click or drag to resize

TurtleW3CFormatterIsValidQName Method

Gets whether a QName is valid in Turtle as specified by the W3C.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool IsValidQName(
	string value
)

Parameters

value
Type: SystemString
QName.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.TurtleW3CFormatter.IsValidQName(System.String)"]

See Also