LumiSoft Mail Server User API
IsToken Method (value)
Namespaces > LumiSoft.Net > TextUtils > IsToken(String)
Gets if specified string is valid "token" value.
Syntax
C#Visual BasicManaged C++
public static bool IsToken (
	string value
)
Public Shared Function IsToken ( _
	value As String _
) As Boolean
public:
static bool IsToken (
	String^ value
)
Parameters
value (String)
String value to check.
Return Value
Returns true if specified string value is valid "token" value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised if value is null.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)