BaseGraphCreateLiteralNode Method (String) |
Creates a New Literal Node with the given Value.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual ILiteralNode CreateLiteralNode(
string literal
)
Public Overridable Function CreateLiteralNode (
literal As String
) As ILiteralNode
Parameters
- literal
- Type: SystemString
String value of the Literal.
Return Value
Type:
ILiteralNode[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.CreateLiteralNode(System.String)"]
Implements
INodeFactoryCreateLiteralNode(String)See Also