Conversion Nodes

Converts a 1D array to a cluster of elements of the same type as the array elements.
Converts a Boolean array to an integer by interpreting the array as the binary representation of the number.
Converts a Boolean False or True value to a 16-bit integer with a value of 0 or 1, respectively.
Converts an array of unsigned bytes representing encoded characters into a string using the encoding you specify.
Converts a cluster of elements of the same data type to a 1D array.
Creates a timestamp from a set of individual values that specify a date and time.
Converts the numeric characters in a string to a decimal integer.
Converts data to a UTF-8 JavaScript Object Notation (JSON) string.
Converts the characters 0 through 9, plus, minus, e, E, and the decimal point (usually period) in a string to a floating-point number.
Inserts input data into specified locations in a string and formats that data according to your specifications.
Converts a timestamp or numeric value into a string that displays the corresponding time.
Converts the characters 0 through 9, A through F, and a through f in a string to a hexadecimal integer.
Returns the number of data elements in the waveform. You must manually select the polymorphic instance you want to use.
Converts an integer to a Boolean array.
Converts a numeric value to a string that shows the number's decimal format.
Converts a numeric value to a string that shows the number's engineering format.
Converts a numeric value to a string in E-format (exponential notation).
Converts a numeric value to an F-format (fractional notation), floating-point string.
Converts a numeric value to a string that shows the number's hexadecimal format.
Converts a numeric value to a string that shows the number's octal format.
Converts the characters 0 through 7 in a string to an octal integer.
Scans a string for text that matches a specified format and returns the matches as the data type you specify.
Converts a string into an array of unsigned bytes.
Converts a timestamp or a number of seconds to a set of individual values that represent a date and time.
Converts a number to a double-precision, complex number.
Converts a number to a double-precision, floating-point number.
Converts a number to an 8-bit integer in the range -128 to 127.
Converts a number to a 16-bit integer in the range -32,768 to 32,767.
Converts a number to a 32-bit integer in the range -(231) to (231)-1.
Converts a number to a 64-bit integer in the range -(263) to (263)-1.
Converts a number to a single-precision, complex number.
Converts a number to a single-precision, floating-point number.
Creates a timestamp for the date and time represented by a specified number of seconds since 12:00 a.m., January 1, 1904, Universal Time.
Converts a number to an 8-bit unsigned integer in the range 0 to 255.
Converts a number to a 16-bit unsigned integer in the range 0 to 65,535.
Converts a number to a 32-bit unsigned integer in the range 0 to (2^32)-1.
Converts a number to a 64-bit unsigned integer in the range 0 to (2^64)-1.
Converts any data to variant data.
Converts a UTF-8 JavaScript Object Notation (JSON) string to another data type.
Converts variant data to the data type that you specify so that you can display or process the data.