Char To String
Characters
Char to String is a ProtoFlux node that acts as a cast to turn a character into a string.
This is very useful when working with individual characters and need to put them with strings or put them into text.
Inputs
Input (Char)
The character to turn into a string.
Outputs
* (String)
The resulting converted string.
Examples
-
example of using Char To String in some ProtoFlux code.