Gets if the specified string value is IP address.

C# | Visual Basic | Visual 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

- value (String)
- Value to check.

Boolean
Returns true if specified value is IP address.
Returns true if specified value is IP address.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119