ProtoFlux:StringtoAbsoluteURI: Difference between revisions

From Resonite Wiki
Created the page for the String to Absolute URI node.
 
m YoshBot moved page ProtoFlux:String to Absolute URI to ProtoFlux:StringtoAbsoluteURI: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
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 00:36, 21 August 2025

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.