unwrap

fun unwrap(value: Any?): String

Convert a wrapped string value to a string.

Throws:

{@link com.sap.cloud.mobile.kotlin.odata.core.CastException} if value is not a wrapped string.

Return

A string.

Parameters

value

(nullable) The wrapped value.