Encoding UtilsFrom Quoted Printable Method
This method is used to decode the specified Quoted-Printable encoded string
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The decoded data as a string
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public static string? FromQuotedPrintable(
this string? decode
)VB
<ExtensionAttribute>
Public Shared Function FromQuotedPrintable (
decode As String
) As StringC++
public:
[ExtensionAttribute]
static String^ FromQuotedPrintable(
String^ decode
)F#
[<ExtensionAttribute>]
static member FromQuotedPrintable :
decode : string -> string Parameters
- decode String
- The string to decode
Return Value
StringThe decoded data as a string