LumiSoft Net Help
IsToken Method (value)
NamespacesLumiSoft.NetTextUtilsIsToken(String)
Gets if specified string is valid "token" value.
Declaration Syntax
C#Visual BasicVisual C++F#
public static bool IsToken(
	string value
)
Public Shared Function IsToken ( 
	value As String
) As Boolean
public:
static bool IsToken(
	String^ value
)
static member IsToken : 
        value : string -> bool 
Parameters
value (String)
String value to check.
Return Value
Boolean
Returns true if specified string value is valid "token" value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised if value is null.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119