LumiSoft Net Help
IsIP Method (value)
NamespacesLumiSoft.NetCoreIsIP(String)
Gets if specified value is IP address.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsIP(
	string value
)
Public Shared Function IsIP ( _
	value As String _
) As Boolean
public:
static bool IsIP(
	String^ value
)
Parameters
value (String)
String value.
Return Value
Returns true if specified value is IP address.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.3565.23855