Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/DataObject/Companion/fromString

fromString

@JvmStatic
fun fromString(string: String): DataObject?

Converts a String representation of a DataObject, into an actual DataObject if possible. This method eagerly parses the string value.

Return

DataObject of the given string; else null

Generated by Dokka
(c) Tealium 2026