NetExtrasIsIPAddress Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsIPAddress(
string s
)
Public Shared Function IsIPAddress (
s As String
) As Boolean
public:
static bool IsIPAddress(
String^ s
)
static member IsIPAddress :
s : string -> bool
Parameters
- s
- Type: SystemString
Return Value
Type:
Boolean
See Also