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