Click or drag to resize

TurtleSpecsHelperIsNameChar Method (Char)

Gets whether a character matches the nameChar production from the Turtle specification.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsNameChar(
	char c
)

Parameters

c
Type: SystemChar
Character.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsNameChar(System.Char)"]

See Also