Dittofi
Search
⌃
K
Dittofi
Search
⌃
K
Tutorials
Tutorial Index
Quick Start
Dittofi Essentials
Dittofi App Design
Learn Frontend
👨💻
Getting Started
🟩
Pages
🟪
Elements
🟧
Variables
🟨
Events
🟦
CSS Layouts
🔲
CSS Frameworks
Component Libraries
Meta Attributes
Learn Backend
🖥
Getting Started
🟫
Back-End Actions
🟩
Custom Models
◼
Data Models
🟥
Events
🟦
Arrays
🟦
Conversions
Base64 Encode
Base64 Decode
Json Decode
Json Encode
Path Escape
Path Unescape
Query Escape
Query String Parse
Query Unescape
To Bool
To Float
To Int
To Str
Yaml Encode
Yaml Decode
🟦
Database Requests
🟦
External
🟦
Files
🟦
Flow Control
🟦
Notifications
🟦
Maths
🟦
Security
🟦
Time
🟦
Text
🟦
Other
🟧
Variables
🟪
Webservices
Templates
Headless Online Marketplace Template
Third Party APIs
OAuth 2.0 APIs
Twilio
Vimeo
Dittofi Admin
Your Account
FAQ
API Generator
How to write custom SQL?
Why does my image not display?
How can I set up Google Analytics?
Exporting and deploying my frontend code
What is a partial and what is a prefab?
How to set up a basic mulit tenant app on Dittofi
How to write a custom endpoint in Dittofi
How to integrate Font Awesome into Dittofi
How can I set up Dittofi to run on my own private server?
How to add roles such as Super Admin, Admin, Manager & User
How to prevent duplicate records being added to the database
What to do when relation cannot be created because their is violating data in the referenced table
Change Logs
Dittofi Change Logs
Powered By
GitBook
Comment on page
To Str
Description
Converts an integer, decimal, or boolean variable to a string.
Event Options
Variable
An integer, decimal, or boolean variable you wish to convert.
As
The resulting string value.
Example
Variable
1
After running the event with the above options, the
As
option will be hold the text value "1".
Previous
To Int
Next
Yaml Encode
Last modified
11mo ago