Decodes a QuotedPrintable encoded string
Namespace: NI.Email.Mime.DecoderAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
public static string Decode(
string toDecode
)
public static string Decode(
string toDecode
)
Public Shared Function Decode (
toDecode As String
) As String
Public Shared Function Decode (
toDecode As String
) As String
public:
static String^ Decode(
String^ toDecode
)
public:
static String^ Decode(
String^ toDecode
)
static member Decode :
toDecode : string -> string
static member Decode :
toDecode : string -> string
Parameters
- toDecode
- Type: System String
The encoded string to decode
Return Value
Type:
StringDecoded string