Click or drag to resize

WrapperGraph.GetLiteralNode Method (String)

Attempts to get the Literal Node with the given Value.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual ILiteralNode GetLiteralNode(
	string literal
)

Parameters

literal
Type: System.String
Value.

Return Value

Type: ILiteralNode
The Node if it exists or null.

Implements

IGraph.GetLiteralNode(String)
See Also