> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/knowledge-base/scriban-scripting/types.md).

# Types

The following types of variable exist and can be converted to others via conversion functions.

| Type             | Values                                            | Example                        |
| ---------------- | ------------------------------------------------- | ------------------------------ |
| `Bool`           | Either `True` or `False`                          |                                |
| `Number`         | Number                                            | 1, 2                           |
| `String`         | Text                                              |                                |
| `TimeSpan`       | Time Of Day information without date              | 12:34:58.114                   |
| `DateTime`       | Date and Time of a specific point in time         | 2024-02-29 12:34:58.114        |
| `DateTimeOffset` | Date, Time and Offset of a specific point in time | 2024-02-29 12:34:58.114 +02:00 |
