ASCIIEncoding GetCharCount Method ( Byte , Int32, Int32)SSH .NET Client Library Documentation
Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.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