ASCIIEncoding GetMaxCharCount Method SSH .NET Client Library Documentation
Calculates the maximum number of characters produced by decoding the specified number of bytes.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override int GetMaxCharCount(
	int byteCount
)

Return Value

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

See Also