[This is preliminary documentation and is subject to change.]

Checks to see if the specified string is a valid IPv4 address.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public static bool IsIP(
	string ipString
)

Parameters

ipString
String
String representation of the IPv4 address.

Return Value

Whether or not the string is a valid IPv4 address.

See Also