Calculates the maximum number of characters produced by decoding the specified number of bytes.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- byteCount
- Type:
System Int32
The number of bytes to decode.
Return Value
The maximum number of characters produced by decoding the specified number of bytes.Exceptions
| Exception | Condition |
|---|---|
| byteCount is less than zero. | |
| A fallback occurred (see Understanding Encodings for complete explanation)-and- |
See Also