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