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