Gets if specified valu is RFC 2045 (section 5) 'token'.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static bool IsToken( string text )
Public Shared Function IsToken ( text As String ) As Boolean
public: static bool IsToken( String^ text )
static member IsToken : text : string -> bool
Parameters
- text (String)
- Text to check.
Return Value
Boolean
Returns true if specified char is RFC 2045 (section 5) 'token'.
Returns true if specified char is RFC 2045 (section 5) 'token'.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when text is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119