Calculates the maximum number of bytes required to encode a specified number of characters.
Public Overrides Function GetMaxByteCount( _
ByVal As Integer _
) As Integer
Dim instance As ImapUTF7
Dim charCount As Integer
Dim value As Integer
value = instance.GetMaxByteCount(charCount)
public override int GetMaxByteCount(
int
)
public: int GetMaxByteCount(
int
) override
public:
int GetMaxByteCount(
int
) override
Parameters
- charCount
- The number of characters to encode.
Return Value
The maximum number of bytes required to encode charCount number of characters.