Gibt eine Zeichenfolge mit einer Textdarstellung des Werts zurück.
stringValue ( value As Any ) As String
| Argument | Typ | Beschreibung |
|---|---|---|
| Value | Any | Der als Zeichenfolge darzustellende Wert (NoValue ist erlaubt). |
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"