IGraph.GetLiteralNode Method (String) |
Selects the Literal Node with the given Value if it exists in the Graph, returns null otherwise.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxILiteralNode GetLiteralNode(
string literal
)
Function GetLiteralNode (
literal As String
) As ILiteralNode
Parameters
- literal
- Type: System.String
Value of the Literal.
Return Value
Type:
ILiteralNodeThe Node if it exists in the Graph or null.
See Also