Gets if the specified value is "token".
Declaration Syntax
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
Parameters
- value (String)
- Value to check.
Return Value
Boolean
Returns true if specified valu is token, otherwise false.
Returns true if specified valu is token, otherwise false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119