The operation fromString: interprets a string with the Internet standard
'.' notation, and answers an integer suitable for use as Internet addresses and Internet network numbers, respectively. The operation
fromString: then sets the address of the new instance to the converted address.
All numbers supplied as "parts" in a '.' notation may be decimal, octal, or hexadecimal, as specified in the C language (that is, a leading 0x or 0X implies hexadecimal; otherwise, a reading 0 implies octal; otherwise, the number is interpreted as decimal).