propertyAsString

suspend fun <T> propertyAsString(propertyId: String): String?(source)

Retrieves a property value as a string representation.

Return

The string representation of the property value, or null if not found

Parameters

T

The type of the property value

propertyId

The unique identifier of the property