NodeFactoryCreateLiteralNode Method (String, String) | 
 
            Creates a Literal Node with the given Value and Language.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic ILiteralNode CreateLiteralNode(
	string literal,
	string langspec
)
Public Function CreateLiteralNode ( 
	literal As String,
	langspec As String
) As ILiteralNode
Parameters
- literal
 - Type: SystemString
Value of the Literal. - langspec
 - Type: SystemString
Language Specifier for the Literal. 
Return Value
Type: 
ILiteralNode[Missing <returns> documentation for "M:VDS.RDF.NodeFactory.CreateLiteralNode(System.String,System.String)"]
Implements
INodeFactoryCreateLiteralNode(String, String)
See Also