Rfc2231Decoder
Overview
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Messages.Mime.Decode
Class Methods
Decode virtual
class method Decode(toDecode: String): List<KeyValuePair<String, String>>
static List<KeyValuePair<String, String>> Decode(String toDecode)
static func Decode(_ toDecode: String) -> List<KeyValuePair<String, String>>
Shared Function Decode(toDecode As String) As List<KeyValuePair<String, String>>
Parameters:
- toDecode:
Instance Methods
constructor protected Island
constructor
Rfc2231Decoder()
init()
Sub New()