LumiSoft Net Help
IsToken Method (c)
NamespacesLumiSoft.Net.MIMEMIME_ReaderIsToken(Char)
Gets if the specified char is RFC 2045 (section 5) 'token'.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
c (Char)
Char to check.
Return Value
Boolean
Returns true if specified char is RFC 2045 (section 5) 'token'.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119