LumiSoft Net Help
Parse Method (value)
NamespacesLumiSoft.Net.MIMEMIME_h_UnparsedParse(String)
Parses header field from the specified value.
Declaration Syntax
C#Visual BasicVisual C++F#
public static MIME_h_Unparsed Parse(
	string value
)
Public Shared Function Parse ( 
	value As String
) As MIME_h_Unparsed
public:
static MIME_h_Unparsed^ Parse(
	String^ value
)
static member Parse : 
        value : string -> MIME_h_Unparsed 
Parameters
value (String)
Header field value. Header field name must be included. For example: 'Content-Type: text/plain'.
Return Value
MIME_h_Unparsed
Returns parsed header field.
Exceptions
ExceptionCondition
InvalidOperationExceptionIs alwyas raised when this mewthod is accsessed.

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