71 public Task<object>
DecodeAsync(
string ContentType,
byte[] Data, System.Text.Encoding Encoding, KeyValuePair<string, string>[] Fields, Uri BaseUri)
Helps with parsing of commong data types.
static string GetString(byte[] Data, Encoding DefaultEncoding)
Gets a string from its binary representation, taking any Byte Order Mark (BOM) into account.
Basic interface for Internet Content decoders. A class implementing this interface and having a defau...