BaseEncoding GetCharCount Method CryptSharp
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.

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

public override int GetCharCount(
	byte[] bytes,
	int index,
	int count
)

Parameters

bytes
Type:  OnlineSystem Byte 
The byte array containing the sequence of bytes to decode.
index
Type: OnlineSystem Int32
The index of the first byte to decode.
count
Type: OnlineSystem Int32
The number of bytes to decode.

Return Value

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

See Also