Click or drag to resize

ThreadSafeGraphGetLiteralNode Method (String, String)

Returns the LiteralNode with the given Value in the given Language if it exists.

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

Parameters

literal
Type: SystemString
The literal value of the Node to select.
langspec
Type: SystemString
The Language Specifier for the Node to select.

Return Value

Type: ILiteralNode
Either the LiteralNode Or null if no Node with the given Value and Language Specifier exists.

Implements

IGraphGetLiteralNode(String, String)
See Also