dotNetRDF API Documentation

BaseGraph.CreateLiteralNode(String) Method

Creates a New Literal Node with the given Value

public virtual ILiteralNode CreateLiteralNode(
   string literal
);

Parameters

literal
String value of the Literal

Return Value

Implements

INodeFactory.CreateLiteralNode

See Also

BaseGraph Class | VDS.RDF Namespace | BaseGraph.CreateLiteralNode Overload List