Ip Address To Int
Converts an IP address string to its integer representation.
Argument Description
ip (str): A string representing an IP address in dotted-decimal notation.
Returns
int: The integer representation of the given IP address.
Example
${int}= Ip Address To Int ${ip}