-
Notifications
You must be signed in to change notification settings - Fork 200
lib.string.FloatToString
Thomas Mann edited this page Jan 14, 2024
·
5 revisions
in lib.string
Converts a float value into a string.
You can use the .net string format descriptor various effects, like...
Here are some examples for for the value 1.2345
{0:P1} → 123.45% {0:000.000} → 001.234 {0:0} → 1 {0:G3} → 1.23 need {0:1.2} cookies → need 1.2 cookies
Name | Type |
---|---|
Output | System.String |
Name | Type | Relevancy |
---|---|---|
Value | System.Single | |
Format | System.String |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features