ProtoFlux:Char To String

From Resonite Wiki
Revision as of 17:04, 19 February 2024 by 989onan (talk | contribs) (Create Char To String ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Char To String
Input
*
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

(Char)

The character to turn into a string.

Outputs

(String)

The resulting converted string.

Examples