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