Utilities.BinaryToHex method

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

The BinaryToHex method converts a binary-packed string to a hexadecimal string.

Syntax

Utilities.BinaryToHex( _
  ByVal BinaryString _
)

Parameters

BinaryString [in]

The binary-packed string to be converted to a hexadecimal string.

Return value

A hexadecimal string that is equivalent to the specified binary-packed string.

Requirements

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

See also

Utilities