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