init(_:)
Initializes an IPv4 address with a string.
Declaration
init?(_ string: String)Discussion
The provided string will be interpreted as an IPv4 address. If the string cannot be interpreted as an IPv4 address, the initialization will fail.
Initializes an IPv4 address with a string.
init?(_ string: String)The provided string will be interpreted as an IPv4 address. If the string cannot be interpreted as an IPv4 address, the initialization will fail.