Char To String
Characters
The Char to String node acts as a cast to turn a character into a string.
This is very useful when working with individual characters and one needs to use string operations, such as concatenation, with said characters.
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, wherein the characters "7" and a space are cast to string, then combined in a Concatenate Multi String to form a phrase.