[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPbin2Hex()
  Convert a Binary-String to a Hex-string.
------------------------------------------------------------------------------

  Function:    XPbin2Hex()

  Syntax:      XPbin2Hex(cBinary) --> cHex

  Arguments:   <cBinary> is any string. The result is a Hex-String
               (twice as long).

  Returns:     String composed of hex-chars. No spaces between them,
               use XPhexStr() for that.

  Usage:       XPbin2Hex("AB") --> "4142"
               XPbin2Hex(chr(255)+chr(0)+chr(1)) --> "FF0001"

See Also: XPhex2Bin() XPhexStr()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson