EncodingUtilsFromQuotedPrintable Method
This method is used to decode the specified Quoted-Printable encoded string
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static string FromQuotedPrintable(
this string decode
)
<ExtensionAttribute>
Public Shared Function FromQuotedPrintable (
decode As String
) As String
public:
[ExtensionAttribute]
static String^ FromQuotedPrintable(
String^ decode
)
[<ExtensionAttribute>]
static member FromQuotedPrintable :
decode : string -> string
- decode String
- The string to decode
StringThe decoded data as a stringIn Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).