Use the String/Array/Path Conversion functions to convert strings, arrays, and paths.
| Palette Object | Description |
|---|---|
| Array of Strings to Path | Converts an array of strings into a relative or absolute path. |
| Byte Array To String | Converts an array of unsigned bytes representing ASCII characters into a string. |
| Path to Array of Strings | Converts a path into an array of strings and indicates whether the path is relative. |
| Path To String | Converts path into a string describing a path in the standard format of the platform. |
| String To Byte Array | Converts a string into an array of unsigned bytes. |
| String To Path | Converts a string, describing a path in the standard format for the current platform, to a path. |