Converts the numeric characters in a string to a decimal integer.
The number of bytes into the input string at which this node begins its operation.
The offset of the first byte in the input string is 0. If offset is beyond the end of the input string, this node returns an empty string.
Strings are encoded in UTF-8. For strings containing characters in the U+0000 through U+007F range, the number of bytes in a string is equivalent to the number of characters. However, for strings containing the characters U+0080 through U+7FFFFFFF, the number of bytes is greater than the number of characters.
Default: 0
The index in string of the first byte following the number.
If string is an array of strings, offset past number reflects the offset within the last string.
Strings are encoded in UTF-8. For strings containing characters in the U+0000 through U+007F range, the number of bytes in a string is equivalent to the number of characters. However, for strings containing the characters U+0080 through U+7FFFFFFF, the number of bytes is greater than the number of characters.
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: This product does not support FPGA devices