Gets if the specified value is "token".

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)
- Value to check.

Boolean
Returns true if specified valu is token, otherwise false.
Returns true if specified valu is token, otherwise false.

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