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

propertyId

The unique identifier of the property

Type Parameters

T

The type of the property value