IsIpAddressV4 Method
IsIpAddressV4(string)
Conver an IP Address from string to integer.
Declaration
public static bool IsIpAddressV4(string ipAddress)
Public Shared Function IsIpAddressV4(ipAddress As String) As Boolean
Parameters
| Type |
Name |
Description |
| string |
ipAddress |
|
Returns