Click or drag to resize
MimeKit

IMimeDecoderEstimateOutputLength Method

Estimate the length of the output.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
int EstimateOutputLength(
	int inputLength
)

Parameters

inputLength  Int32
The input length.

Return Value

Int32
The estimated output length.
Remarks
Estimates the number of bytes needed to decode the specified number of input bytes.
See Also