INodeFactoryCreateLiteralNode Method (String, String) |
Creates a Literal Node with the given Value and Language.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax ILiteralNode CreateLiteralNode(
string literal,
string langspec
)
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.INodeFactory.CreateLiteralNode(System.String,System.String)"]
See Also