StrEndsFunctionValueInternal Method |
Determines whether the given String Literal ends 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
)
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.StrEndsFunction.ValueInternal(VDS.RDF.ILiteralNode,VDS.RDF.ILiteralNode)"]
See Also