Gets if specified string is valid "token" value.

C# | Visual Basic | Visual 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

- value (String)
- String value to check.

Boolean
Returns true if specified string value is valid "token" value.
Returns true if specified string value is valid "token" value.

Exception | Condition |
---|---|
ArgumentNullException | Is raised if value is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119