ProtoFlux:CharToString: Difference between revisions

From Resonite Wiki
m style & formatting
m YoshBot moved page ProtoFlux:Char To String to ProtoFlux:CharToString: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:44, 20 August 2025

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