Previous: I18N.LcMonetary class-accessing, Up: I18N.LcMonetary [Index]
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 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.