LumiSoft Net Help
IsIPAddress Method (value)
NamespacesLumiSoft.NetNet_UtilsIsIPAddress(String)
Gets if the specified string value is IP address.
Declaration Syntax
C#Visual BasicVisual C++F#
public static bool IsIPAddress(
	string value
)
Public Shared Function IsIPAddress ( 
	value As String
) As Boolean
public:
static bool IsIPAddress(
	String^ value
)
static member IsIPAddress : 
        value : string -> bool 
Parameters
value (String)
Value to check.
Return Value
Boolean
Returns true if specified value is IP address.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119