ip_convert
Convert IPv4 addresses between dotted decimal, unsigned 32-bit integer, hex, and dotted binary. Accept any input format and get all equivalent representations.
Instructions
Convert an IPv4 address between dotted decimal, unsigned 32-bit integer, hex and dotted binary. Accepts any of the four as input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | e.g. 192.168.1.1, 3232235777, 0xC0A80101, or 11000000.10101000.00000001.00000001 |