Click or drag to resize

IriSpecsHelperIsIPathEmpty Method

Gets whether a string matches the ipath-empty production.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsIPathEmpty(
	string value
)

Parameters

value
Type: SystemString
String.

Return Value

Type: Boolean

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

See Also