number->hex-string

Name

number->hex-string -- A convenience wrapper around `number->string' that returns N in base-16.

Synopsis

(number->hex-string n)

Description

A convenience wrapper around `number->string' that returns N in base-16.

Implementation Notes

Module: (app scwm stringops)

Defined in scheme/stringops.scm at line 40 (CVS log)