ProtoFlux:String to Absolute URI

From Resonite Wiki
Revision as of 21:40, 19 May 2024 by AmasterAmaster (talk | contribs) (Fixed category for this node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
String To Absolute URI
Input
*
Network

The String To Absolute URI node takes in a string literal and converts it into a Uri type string output. This Uri is intended to be used in network applications (or anywhere a Uri could be used, such as file operations), similar to using a URL for websites.

This is incredibly useful for gathering assets using links from this node. Some uses could be to get a URL link to play a video on a Video Player, getting images from a server, or getting resdb links or ".brson" files.

Inputs

Input (string)

The string to convert into a Uri.

Outputs

* (Uri)

The Uri output to be used in network applications.