Last updated 2 months ago
Was this helpful?
Determine whether a given string value represents a loopback IP address, like localhost, 127.0.0.1 or ::1.
localhost
127.0.0.1
::1
IsLocalHost(ip=[string])
ip
string
true
String representing the IP address to test.