UCaseFunctionValueInternal Method |
Converts the given String Literal to upper case.
Namespace:
VDS.RDF.Query.Expressions.Functions.Sparql.String
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override IValuedNode ValueInternal(
ILiteralNode stringLit
)
Protected Overrides Function ValueInternal (
stringLit As ILiteralNode
) As IValuedNode
Parameters
- stringLit
- Type: VDS.RDFILiteralNode
String Literal.
Return Value
Type:
IValuedNode[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.Sparql.String.UCaseFunction.ValueInternal(VDS.RDF.ILiteralNode)"]
See Also