BinHexDecoder.GetMaxByteCount Method

The GetMaxByteCount method returns the maximum number of bytes that are needed to store dataCount bytes of BinHex data after it has been decoded.

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
public override sealed int GetMaxByteCount (
    int dataCount
)
public:
virtual int GetMaxByteCount (
    int dataCount
) override sealed
public final int GetMaxByteCount (
    int dataCount
)
public override final function GetMaxByteCount (
    dataCount : int
) : int

Parameters

  • dataCount
    The number of bytes of BinHex data.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003