| Rfc2047DecodeText(Byte, Int32, Int32) Method |
Decode unstructured text.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string DecodeText(
byte[] text,
int startIndex,
int count
)
Parameters
- text Byte
- The text to decode.
- startIndex Int32
- The starting index.
- count Int32
- The number of bytes to decode.
Return Value
StringThe decoded text.
Exceptions Remarks
Decodes the unstructured text buffer starting at the given index and spanning
across the specified number of bytes using the default parser options.
See Also