Click or drag to resize

IriSpecsHelperIsGenDelims Method

Gets whether a character matches the gen-delims production.

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

Parameters

c
Type: SystemChar
Character.

Return Value

Type: Boolean

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

See Also