Gets if the specified char is RFC 2045 (section 5) 'token'.

C# | Visual Basic | Visual C++ | F# |
public static bool IsToken( char c )
Public Shared Function IsToken ( c As Char ) As Boolean
public: static bool IsToken( wchar_t c )
static member IsToken : c : char -> bool

- c (Char)
- Char to check.

Boolean
Returns true if specified char is RFC 2045 (section 5) 'token'.
Returns true if specified char is RFC 2045 (section 5) 'token'.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119