Parse an IPAddress : IP Address « Network « C# / C Sharp






Parse an IPAddress

    
using System;
using System.Net;
class AddressSample {
    public static void Main() {
        IPAddress test1 = IPAddress.Parse("192.168.1.1");
        Console.WriteLine("The test address is: {0}",  test1.ToString());
    }
}

   
    
    
  








Related examples in the same category

1.IPAddress AddressFamily
2.Loopback IPAddress
3.Broadcast IPAddress
4.Any IPAddress
5.None IPAddress
6.IsLoopback IPAddress
7.IP Address parse, lookup IP Address parse, lookup
8.IPEndPoint sampleIPEndPoint sample
9.Get Host By Name, Get Host Name
10.Get Host Entry
11.Parse Host String
12.Get Current Ip Address
13.Get Host IP Address
14.Get IP address by query whatismyip.com
15.Get Local IP Address
16.IP to value
17.Get user IP from HttpContext
18.IP to Uint
19.UInt32 To IP Address
20.IP Address To UInt 32
21.Get IP address from notation (xxx.xxx.xxx.xxx) or hostname
22.Gets my local IP address (not necessarily external) and subnet mask
23.Returns true if the IPEndPoint supplied is on the same subnet as this host
24.Is Ip Address By Regular Expression
25.Checks if a given string is a valid IP address.
26.IP Address To NumberIP Address To Number
27.Get the description of a Enum value.
28.Get Subnet Mask
29.Get Available Socket Port