File hexcvt.icn

Summary

###########################################################################

	File:     hexcvt.icn

	Subject:  Procedures for hexadecimal conversion

	Author:   Robert J. Alexander

	Date:     June 7, 1994

###########################################################################

   This file is in the public domain.

###########################################################################

  hex(s) -- Converts string of hex digits into an integer.

  hexstring(i,n,lc) -- Returns a string that is the hexadecimal
  representation of the argument.  If n is supplied, a minimum
  of n digits appear in the result; otherwise there is no minimum,
  and negative values are indicated by a minus sign.  If lc is
  non-null, lowercase characters are used instead of uppercase. 

###########################################################################
Procedures:
hex, hexstring

This file is part of the (main) package.

Source code.

Details
Procedures:

hex(s)


hexstring(i, n, lowercase)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.