Click or drag to resize
MimeKit

QuotedPrintableEncoder.EstimateOutputLength Method

Estimate the length of the output.

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

Parameters

inputLength  Int32
The input length.

Return Value

Int32
The estimated output length.

Implements

IMimeEncoder.EstimateOutputLength(Int32)
Remarks
Estimates the number of bytes needed to encode the specified number of input bytes.
See Also