Whisperstream Research Group - SerialComm GSM SDK Documentation

StringUtil.IsValidIPAddress Method 

Checks if a string has the correct format for a decimal dotted IP string. NOTE this is not a rigid email test but does catch the most common errors

public static bool IsValidIPAddress(
   string ipString
);

Parameters

ipString
the IP string to test

Return Value

true if the string passes the IsValid test, false otherwise

See Also

StringUtil Class | Whisperstream.SMSProcessor.Utility Namespace