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