Click or drag to resize

IriSpecsHelper.IsSubDelims Method

Gets whether a character matches the sub-delims production.

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

Parameters

c
Type: System.Char
Character.

Return Value

Type: Boolean

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

See Also