evaluateString

open fun evaluateString(value: DataValue?, context: StructureBase?): StringValue?

Evaluate a string-typed query expression value in the provided context.

Return

(nullable) Evaluated value, as type string.

Parameters

value

(nullable) Query expression to be evaluated.

context

(nullable) Structure ({@link com.sap.cloud.mobile.kotlin.odata.ComplexValue} or {@link com.sap.cloud.mobile.kotlin.odata.EntityValue}) providing the evaluation context.