Method | Description | |
---|---|---|
ComparableIpAddress ( string Value ) : System |
Constructor for a new instance of the ComparableIpAddress class
|
|
ComparableIpAddress ( ulong Value ) : System |
Constructor for a new instance of the ComparableIpAddress class
|
|
ToUlong ( string IpAddress ) : ulong |
Static method is used to convert from a string IP address to an unsigned long IP adress
|
public ComparableIpAddress ( string Value ) : System | ||
Value | string | IP Address as a string |
return | System |
public ComparableIpAddress ( ulong Value ) : System | ||
Value | ulong | IP Address as an unsigned long |
return | System |
public static ToUlong ( string IpAddress ) : ulong | ||
IpAddress | string | IP address as a string |
return | ulong |