Click or drag to resize

NodeFactoryCreateLiteralNode Method (String)

Creates a Literal Node with the given Value.

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

Parameters

literal
Type: SystemString
Value of the Literal.

Return Value

Type: ILiteralNode

[Missing <returns> documentation for "M:VDS.RDF.NodeFactory.CreateLiteralNode(System.String)"]

Implements

INodeFactoryCreateLiteralNode(String)
See Also