Fixed category for this node page. |
m YoshBot moved page ProtoFlux:String to Absolute URI to ProtoFlux:StringtoAbsoluteURI: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:36, 21 August 2025
String To Absolute URI
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.