ProtoFlux:To String: Difference between revisions

From Resonite Wiki
m 989onan moved page To String (ProtoFlux Node) to To String (ProtoFlux): Change to ProtoFlux like Prime said.
mNo edit summary
Line 3: Line 3:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=To String
|Name=To String
|Category=Strings
|Inputs=
|Inputs=
[
[

Revision as of 01:15, 14 January 2024


To String
V
*
Format
FormatProvider
Strings

Usage

You can use this node for turning values into strings, even an object. Turning an object into a string is useful for taking what you see in a display node for a value directly into a string object. You can also use this for huds, like turning your FPS into text for a display, or readouts of objects or values.

Inputs

V (Generic)

The value to turn into a string.

Format (String)

A Composite Format String.

FormatProvider (IFormatProvider)

The locale to use for the output. Defaults to the invariant culture.

Outputs

* (String)

The value as a string following the format.

Examples