LumiSoft Net Help
Decode Method (text)
NamespacesLumiSoft.Net.MIMEMIME_Encoding_EncodedWordDecode(String)
Decodes specified encoded-word.
Declaration Syntax
C#Visual BasicVisual C++F#
public string Decode(
	string text
)
Public Function Decode ( 
	text As String
) As String
public:
String^ Decode(
	String^ text
)
member Decode : 
        text : string -> string 
Parameters
text (String)
Encoded-word value.
Return Value
String
Returns decoded text.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when text is null reference.

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