Utilities.ByteArrayToBinaryString method

[The ByteArrayToBinaryString method is available for use in the operating systems specified in the Requirements section.]

The ByteArrayToBinaryString method converts an array of bytes to a binary-packed string.

Syntax

Utilities.ByteArrayToBinaryString( _
  ByVal varByteArray _
)

Parameters

varByteArray [in]

The array of bytes to convert to a binary-packed string.

Return value

The binary-packed string that contains the result of the conversion.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Utilities