ProtoFlux:String to Absolute URI: Difference between revisions

From Resonite Wiki
Created the page for the String to Absolute URI node.
 
Fixed category for this node page.
 
Line 28: Line 28:
The Uri output to be used in network applications.
The Uri output to be used in network applications.


[[Category:ProtoFlux:Netowrk]]
[[Category:ProtoFlux:Network]]

Latest revision as of 21:40, 19 May 2024

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.