| IMimeDecoderEstimateOutputLength Method |
Estimate the length of the output.
Namespace: MimeKit.EncodingsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax int EstimateOutputLength(
int inputLength
)
Parameters
- inputLength Int32
- The input length.
Return Value
Int32The estimated output length.
Remarks
Estimates the number of bytes needed to decode the specified number of input bytes.
See Also