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