Click or drag to resize
MimeKit

YDecoderEstimateOutputLength Method

Estimate the length of the output.

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

Parameters

inputLength  Int32
The input length.

Return Value

Int32
The estimated output length.

Implements

IMimeDecoderEstimateOutputLength(Int32)
Remarks
Estimates the number of bytes needed to decode the specified number of input bytes.
See Also