Converts a string into an array of unsigned bytes.
Each byte in the array has the character code of the corresponding character in the string.
The character encoding the node uses to convert the input.
Name | Description |
---|---|
UTF-8 | Converts the input using UTF-8 encoding. |
UTF-16 | Converts the input using UTF-16 encoding. |
Extended ASCII | Converts the input using extended ASCII encoding. |
String you want the node to convert.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Converted array. The first byte in the array has the character code of the first character in string, the second byte has the second value, and so on.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application