Encodes text using Quoted-Printable encoding.
A String value. Returns Quoted-Printable encoded text.
object.QuotedPrintableText InText
The QuotedPrintableText Method syntax has these parts:
QuotedPrintableText method will encode text specified in InText parameter and return it as string variable. QUOTED-PRINTABLE encoding will be used.
Resulting data is text-only file that can be safely transported over internet.
Your browser does not support iframes.