Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetMaxByteCount method returns the maximum number of bytes that are required to store dataCount bytes of binary data after it has been encoded.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides NotOverridable Function GetMaxByteCount ( _
dataCount As Integer _
) As Integer
'Usage
Dim instance As Base64Encoder
Dim dataCount As Integer
Dim returnValue As Integer
returnValue = instance.GetMaxByteCount(dataCount)
public override sealed int GetMaxByteCount(
int dataCount
)
Parameters
dataCount
Type: System.Int32The number of bytes of binary data to encode.
Return value
Type: System.Int32