string to ip


SUBMITTED BY: Thor2607

DATE: Sept. 29, 2016, 3:08 a.m.

FORMAT: C#

SIZE: 132 Bytes

HITS: 576

  1. public static bool getIP(string s,out IPAddress ip)
  2. {
  3. return IPAddress.TryParse(s, out ip);
  4. }

comments powered by Disqus