title names |
m bit clearer use case |
||
Line 14: | Line 14: | ||
Char to String is a ProtoFlux node that acts as a cast to turn a [[Type:Char|character]] into a [[Type:String|string]]. | Char to String is a ProtoFlux node that acts as a cast to turn a [[Type:Char|character]] into a [[Type:String|string]]. | ||
This is very useful when working with individual characters and | This is very useful when working with individual characters and one needs to use string operations, such as concatenation, with said characters. | ||
== Inputs == | == Inputs == |
Revision as of 17:39, 20 February 2024
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 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.