Hunny Software Library Reference

MUTF7.Decode Method 

Decodes a String from the IMAP4 modified UTF-7 encoding.

[Visual Basic]
Public Shared Function Decode( _
   ByVal s As String _
) As String
[C#]
public static string Decode(
   string s
);

Parameters

s
A string in IMAP4 modified UTF-7 encoding.

Return Value

A string in UTF-16 encoding.

See Also

MUTF7 Class | Hunny.Mail Namespace