Conversion functions
Reference documentation for Expressif functions in the text/conversion scope.
| Name | Overview |
|---|---|
code-point | Returns the Unicode code point represented by a single Unicode scalar value. Returns null for any other input. |
from-code-point | Returns the text corresponding to an integer Unicode scalar value. Returns null for any other input. |
text-to-datetime | Returns a dateTime value matching the argument value parsed by the long format in the culture specified in parameter. |