Click or drag to resize

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:
Syntax
protected override bool ValueInternal(
	ILiteralNode stringLit,
	ILiteralNode argLit
)

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