Click or drag to resize

WrapperGraph.GetLiteralNode Method (String, String)

Attempts to get the Literal Node with the given Value and Language.

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

Parameters

literal
Type: System.String
Value.
langspec
Type: System.String
Language.

Return Value

Type: ILiteralNode
The Node if it exists or null.

Implements

IGraph.GetLiteralNode(String, String)
See Also