ProtoFlux:Parse GUID

From Resonite Wiki
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.