Title Banner

Previous Book Contents Book Index Next

Newton Developer Technical Information: Newton Programmer's Guide: 2.1 OS Addendum /
Appendix A - Newton Toolkit Enhancements / Functions
/


MakeBinaryFromHex

MakeBinaryFromHex(hexString, classSym)

Returns a binary object of the specified class from the data in hexString.

hexString
A string consisting of an even number of hexdigits. Each set of two hexdigits makes for one byte of the binary object. This string is similar to the string returned by StrHexDump.

classSym
A symbol for the binary object's class.

return value
A binary object of class classSym.

SEE ALSO

For example calls to this function, see "Black and White Patterns", "Gray Patterns", and "Dithered Patterns".


Previous Book Contents Book Index Next

© Apple Computer, Inc.
26 APR 1997



Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help