ProtoFlux:CharToString

From Resonite Wiki
Revision as of 23:44, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Char To String to ProtoFlux:CharToString: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Char To String
Input
*
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