Click or drag to resize

WrapperGraphCreateLiteralNode Method (String, Uri)

Creates a new Literal Node with the given Datatype.

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

Parameters

literal
Type: SystemString
Value.
datatype
Type: SystemUri
Datatype URI.

Return Value

Type: ILiteralNode

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

Implements

INodeFactoryCreateLiteralNode(String, Uri)
See Also