Click or drag to resize

BaseGraphCreateLiteralNode Method (String, Uri)

Creates a new Literal Node with the given Value and Data Type.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual ILiteralNode CreateLiteralNode(
	string literal,
	Uri datatype
)

Parameters

literal
Type: SystemString
String value of the Literal.
datatype
Type: SystemUri
URI of the Data Type.

Return Value

Type: ILiteralNode

[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.CreateLiteralNode(System.String,System.Uri)"]

Implements

INodeFactoryCreateLiteralNode(String, Uri)
See Also