BaseBinaryStringFunctionValueInternal Method (ILiteralNode, ILiteralNode) |
Gets the Value of the function as applied to the given String Literal and Argument.
Namespace:
VDS.RDF.Query.Expressions.Functions.XPath.String
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract IValuedNode ValueInternal(
ILiteralNode stringLit,
ILiteralNode arg
)
Public MustOverride Function ValueInternal (
stringLit As ILiteralNode,
arg As ILiteralNode
) As IValuedNode
Parameters
- stringLit
- Type: VDS.RDFILiteralNode
Simple/String typed Literal. - arg
- Type: VDS.RDFILiteralNode
Argument.
Return Value
Type:
IValuedNode[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.XPath.String.BaseBinaryStringFunction.ValueInternal(VDS.RDF.ILiteralNode,VDS.RDF.ILiteralNode)"]
See Also