Click or drag to resize

IriSpecsHelperIsUnreserved Method

Gets whether a character matches the unreserved production.

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

Parameters

c
Type: SystemChar
Character.

Return Value

Type: Boolean

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

See Also