Click or drag to resize

BaseGraphCreateLiteralNode Method (String, String)

Creates a New Literal Node with the given Value and Language Specifier.

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

Parameters

literal
Type: SystemString
String value of the Literal.
langspec
Type: SystemString
Language Specifier of the Literal.

Return Value

Type: ILiteralNode

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

Implements

INodeFactoryCreateLiteralNode(String, String)
See Also