DecoderUtil.DecodeBaseQuotedPrintable Method 

Decodes a string containing quoted-printable encoded data.

public static byte[] DecodeBaseQuotedPrintable(
   string s
);

Parameters

s
the string to decode.

Return Value

the decoded bytes.

See Also

DecoderUtil Class | NI.Email.Mime.Decoder Namespace