Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gInetAddressNewFromString: gInetAddressNewFromString
Description
Parses
string
as an IP address and creates a new
GInetAddress
.
Usage
gInetAddressNewFromString(string)
Arguments
string
a string representation of an IP address
Value
GInetAddress
] a new
GInetAddress
corresponding to
string
, or
NULL
if
string
could not be parsed.
Details
Since 2.22