StrStartsFunctionValueInternal Method  | 
 
            Determines whether the given String Literal starts with the given Argument Literal.
            
 
    Namespace: 
   VDS.RDF.Query.Expressions.Functions.Sparql.String
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected override bool ValueInternal(
	ILiteralNode stringLit,
	ILiteralNode argLit
)
Protected Overrides Function ValueInternal ( 
	stringLit As ILiteralNode,
	argLit As ILiteralNode
) As Boolean
Parameters
- stringLit
 - Type: VDS.RDFILiteralNode
String Literal. - argLit
 - Type: VDS.RDFILiteralNode
Argument Literal. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.Sparql.String.StrStartsFunction.ValueInternal(VDS.RDF.ILiteralNode,VDS.RDF.ILiteralNode)"]
See Also