UtilNetworkValidateIp Method
Validates a IP address.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ValidateIp(
string address
)
Public Shared Function ValidateIp (
address As String
) As Boolean
Dim address As String
Dim returnValue As Boolean
returnValue = UtilNetwork.ValidateIp(address)
public:
static bool ValidateIp(
String^ address
)
static member ValidateIp :
address : string -> bool
No code example is currently available or this language may not be supported.
- address String
-
The IP address.
Boolean if the IP address is valid,
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isValid As Boolean = ValidateIp("127.0.0.1")
Dim isValid As Boolean = ValidateIp("256.256.256.256")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.