ThreadSafeGraphGetLiteralNode Method (String, Uri) | 
 
            Returns the LiteralNode with the given Value and given Data Type if it exists.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override ILiteralNode GetLiteralNode(
	string literal,
	Uri datatype
)
Public Overrides Function GetLiteralNode ( 
	literal As String,
	datatype As Uri
) As ILiteralNode
Parameters
- literal
 - Type: SystemString
The literal value of the Node to select. - datatype
 - Type: SystemUri
The Uri for the Data Type of the Literal to select. 
Return Value
Type: 
ILiteralNodeEither the LiteralNode Or null if no Node with the given Value and Data Type exists.
Implements
IGraphGetLiteralNode(String, Uri)
See Also