LumiSoft Net Help
IsToken Method (text)
NamespacesLumiSoft.Net.MIMEMIME_ReaderIsToken(String)
Gets if specified valu is RFC 2045 (section 5) 'token'.
Declaration Syntax
C#Visual BasicVisual 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'.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when text is null.

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