Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:CharsToString

From Resonite Wiki
Chars To Strings
Values
*
Strings

The Chars To Strings node takes in a Collection of Chars and converts it into a string.

Inputs

The list of characters to form into a string.

Outputs

* (String)

The resulting string from the collection.

Examples

Converting a ValueList<char> into a String

Any collection that supports char and is numerable(Array/List).

Example on the left does so using SyncFieldList<char> to IEnumerable<Char> cast.