Gibt einen string mit einer Textdarstellung des Werts.
stringValue ( value As Any ) As String
Argument | Typ | Beschreibung |
---|---|---|
value | Any | der Wert als string darzustellende NoValue . |
Intent >stringValue(sin(30.0))
-->"0.500"
Intent >stringValue(self())
--> "Block<04CB2CF0>"
Intent >stringValue({{"a", "b", "c", "d"}, {"e", "f", "g", "h"}})
--> "List of 2"