Click or drag to resize
MimeKit

HexEncoderEstimateOutputLength 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

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