NumberToIp
Description
Uses an argument's (Long) value to convert to an Inet4Address. A new column is created for the results.
Use
- Argument:
- Select an argument. (Long)
- Output field name:
- Enter an output field name.
Example
Number value | NumberToIp() returns |
---|---|
3232235777 | 192.168.1.1 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_NumberToIP_IpToNumber" to see an example of this function.