NodeFactoryCreateLiteralNode Method (String) | 
 
            Creates a Literal Node with the given Value.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic ILiteralNode CreateLiteralNode(
	string literal
)
Public Function CreateLiteralNode ( 
	literal As String
) As ILiteralNode
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