Click or drag to resize

GraphPersistenceWrapperGetLiteralNode Method (String)

Attempts to get the Literal Node with the given Value.

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

Parameters

literal
Type: SystemString
Value.

Return Value

Type: ILiteralNode
The Node if it exists or null.

Implements

IGraphGetLiteralNode(String)
See Also