Decodes data according to RFC 2047.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public static string Decode(
	string val
)
Visual Basic
Public Shared Function Decode ( _
	val As String _
) As String
Visual C++
public:
static String^ Decode(
	String^ val
)

Parameters

val
Type: System..::..String
The value to decode.

Return Value

The decoded value as string.

See Also