Converts a string to quoted-printable format.

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

Syntax

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

Parameters

value
Type: System..::..String
The value to encode in Quoted Printable format.

Return Value

The value encoded in Quoted Printable format.

See Also