BaseEncoding GetMaxCharCount Method CryptSharp
When overridden in a derived class, calculates the maximum number of characters produced by decoding the specified number of bytes.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public override int GetMaxCharCount(
	int byteCount
)

Parameters

byteCount
Type: OnlineSystem Int32
The number of bytes to decode.

Return Value

The maximum number of characters produced by decoding the specified number of bytes.
Exceptions

See Also