WrapperGraph.GetLiteralNode Method (String) |
Attempts to get the Literal Node with the given Value.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual ILiteralNode GetLiteralNode(
string literal
)
Public Overridable Function GetLiteralNode (
literal As String
) As ILiteralNode
Parameters
- literal
- Type: System.String
Value.
Return Value
Type:
ILiteralNodeThe Node if it exists or null.
Implements
IGraph.GetLiteralNode(String)
See Also