Closed simPod closed 1 year ago
new IPAddressString("0.0.0.0/0").getAddress()
How can I get 0.0.0.0 from IPAddress?
0.0.0.0
IPAddress
Use getHostAddress or toHostAddress
Other options are to use toZeroHost or getLower on the result from getAddress, and then on that result call withoutPrefixLength
new IPAddressString("0.0.0.0/0").getAddress()
How can I get
0.0.0.0
fromIPAddress
?