Sending either #?, #printString: or #print:on: converts a Number to
a String according to the rules that are mandated by ISO for printing
currency amounts in the current locale.
Answer the environment variable used to determine the default
locale
selector
Answer the selector that accesses the receiver when sent to a Locale
object.
5.16.2 I18N.LcMonetary: printing
print: aNumber on: aStream
Print aNumber on aStream according to the receiver's
formatting conventions. Always print a currency sign
and don't force to print negative numbers by putting
parentheses around them.
print: aNumber on: aStream currency: currency parentheses: p
Print aNumber on aStream according to the receiver's
formatting conventions. If currency is true, print a
currency sign, and if p is true force to print negative
numbers by putting parentheses around them. If p is true,
for positive numbers spaces are put around the number
to keep them aligned.
This document was generated
on August, 19 2010
using texi2html