Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
string to ip
SUBMITTED BY:
Thor2607
DATE:
Sept. 29, 2016, 3:08 a.m.
FORMAT:
C#
SIZE:
132 Bytes
Raw
Download
Tweet
HITS:
576
Go to comments
Report
public
static
bool
getIP
(
string
s
,
out
IPAddress
ip
)
{
return
IPAddress
.
TryParse
(
s
,
out
ip
);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus