Calculates the maximum number of characters that can result from decoding a specified number of bytes.
Public Overrides Function GetMaxCharCount( _
ByVal As Integer _
) As Integer
Dim instance As ImapUTF7
Dim byteCount As Integer
Dim value As Integer
value = instance.GetMaxCharCount(byteCount)
public override int GetMaxCharCount(
int
)
public: int GetMaxCharCount(
int
) override
public:
int GetMaxCharCount(
int
) override
Parameters
- byteCount
- The number of bytes to decode.
Return Value
The maximum number of characters that can result from decoding byteCount number of bytes.