Decodes non-ascii text with MIME encoded-word method. Defined in RFC 2047 2.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static string DecodeTextS( string text )
Public Shared Function DecodeTextS ( text As String ) As String
public: static String^ DecodeTextS( String^ text )
static member DecodeTextS : text : string -> string
Parameters
- text (String)
- Text.
Return Value
String
Returns decoded text.
Returns decoded text.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when text is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119