Click or drag to resize

GraphPersistenceWrapperGetLiteralNode 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 ILiteralNode GetLiteralNode(
	string literal,
	string langspec
)

Parameters

literal
Type: SystemString
Value.
langspec
Type: SystemString
Language.

Return Value

Type: ILiteralNode
The Node if it exists or null.

Implements

IGraphGetLiteralNode(String, String)
See Also