메소드 | 설명 | |
---|---|---|
IsValid ( string ipAddress ) : bool |
Determines if a string is a valid IP address
|
|
StringToIPAddressBytes ( string ipAddress ) : byte[] |
Converts a string to a byte array representation of an IP address
|
메소드 | 설명 | |
---|---|---|
StringToIPAddress ( string ipAddress ) : |
Converts a string to an IPAddress object
|
public static IsValid ( string ipAddress ) : bool | ||
ipAddress | string | IP address as a string |
리턴 | bool |
public static StringToIPAddressBytes ( string ipAddress ) : byte[] | ||
ipAddress | string | IP address as a string |
리턴 | byte[] |