ATResponseValuesParser.IsValidTerm Method
determins if given string is valid integer or string response
[Visual Basic]
Protected Shared Function IsValidTerm( _
ByVal
ATerm As
String _
) As
Boolean
[C#]
protected static
bool IsValidTerm(
string ATerm);
Parameters
-
ATerm
- string to verify
Return Value
true if this is valid response term
See Also
ATResponseValuesParser Class | BlueLibs.GSM Namespace