Owning Palette: Web Services VIs
Requires: Full Development System (Windows). This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Conversion VIs to escape or unescape characters in a URL or convert images for LabVIEW Web services.
Palette Object | Description |
---|---|
Escape HTTP URL | Replaces special characters with the appropriate escape sequences according to the URL encoding specification RFC 1738. |
LV Image to PNG Data | Converts a LabVIEW image to a PNG binary stream. |
PNG Data to LV Image | Converts a PNG binary stream to a LabVIEW image. |
Unescape HTTP URL | Replaces escape sequences with the corresponding special characters according to the URL encoding specification RFC 1738. |