Converts the numeric characters in a string to a decimal integer.
The index in string of the first character following the number.
If string is an array of strings, offset past number reflects the offset within the last string.
The result of converting string into a number. The structure of number matches the structure of string. For example, if string is an array of strings, number is an array of numbers.
If the input string represents a number outside the range of the representation of this output, this output returns the maximum or minimum value for the representation. For example, if the input string is 300, and the representation of this output is an 8-bit signed integer, this output returns 127.
string | offset | default | offset past number | number | Comments |
---|---|---|---|---|---|
13ax | 0 | 0 | 2 | 13 | — |
–4.8bcde conversion | 0 | 0 | 2 | –4 | Because an integer is being converted, conversion stops at the decimal point. |
a49b | 0 | –9 | 0 | –9 | default is used since no digits were read. |
Where This Node Can Run:
Desktop OS: Windows
FPGA: All devices (only within an optimized FPGA VI)
Web Server: Supported in VIs that run in a web application