Decodes a string that has been encoded in QUOTED-PRINTABLE format.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

value
Type: System..::..String
A string that has been encoded in QUOTED-PRINTABLE.

Return Value

The decoded string.

See Also