ProtoFlux:ParseGUID

From Resonite Wiki
Revision as of 00:30, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Parse GUID to ProtoFlux:ParseGUID: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Parse GUID
Str
Value
Parsed
GUIDs

The Parse GUID node takes in a string, and returns the GUID string represented as a GUID Type, and also if it successfully parsed it.

It may be tempting to use this node, but there is currently no support for using it in the Data Model, as seen in Issue #1294.

Frooxius even mentions that they would favor Int128 and Uint128 over GUIDs due to abuse with them.

Inputs

Str (string)

Takes in a string to parse the GUID.

Outputs

Value (GUID)

Returns a GUID string.

Parsed (bool)

Returns if this string is parsed successfully.