메소드 | 설명 | |
---|---|---|
Build ( Byte ByteArray ) : IIPAddress |
Create a new IIPAddress based on the given byte array representation.
|
|
Build ( System IPAddress ) : IIPAddress |
Create a new IIPAddress based on the given System.Net.IPAddress.
|
|
Parse ( String IPAddressString ) : IIPAddress |
Parsed the given string representation into a new IIPAddress.
|
|
TryParse ( String IPAddressString, IIPAddress &IPAddress ) : System.Boolean |
Parsed the given string representation into a new IIPAddress.
|
public static Build ( Byte ByteArray ) : IIPAddress | ||
ByteArray | Byte | A byte representation of an IPAddress. |
리턴 | IIPAddress |
public static Build ( System IPAddress ) : IIPAddress | ||
IPAddress | System | A System.Net.IPAddress. |
리턴 | IIPAddress |
public static Parse ( String IPAddressString ) : IIPAddress | ||
IPAddressString | String | An IPAddress string representation. |
리턴 | IIPAddress |
public static TryParse ( String IPAddressString, IIPAddress &IPAddress ) : System.Boolean | ||
IPAddressString | String | A string representation of an IP address. |
IPAddress | IIPAddress | The parsed IP address. |
리턴 | System.Boolean |