◆ asString()
| static <T> String fiftyone.ipintelligence.examples.shared.PropertyHelper.asString | ( | AspectPropertyValue< T > | value | ) |
static
Generic helper to get the value of a property as a string.
Used primarily for testing and simple property display.
- Parameters
-
- value - the property value
- <T> - the type
- Returns
- a string representation of the value or a "no value" message
