 | ContentIdHelperDecodeContentId Method |
Decodes Content-ID in URL format ('a%25b@c').
Converts %hh hex-escaped characters to their ASCII equivalents.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static string DecodeContentId(
string cid
)
Public Shared Function DecodeContentId (
cid As String
) As String
public:
static String^ DecodeContentId(
String^ cid
)
static member DecodeContentId :
cid : string -> string Parameters
- cid String
- Content-ID for decoding.
Return Value
String
Decoded Content-ID value ('a%b@c').
See Also