Back: I18N.LcMonetaryISO class-accessing Up: Iconv/I18N packages Forward: I18N.LcNumeric class-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

5.18 I18N.LcNumeric

Defined in namespace I18N
Superclass: I18N.LcPrintFormats
Category: i18n-Printing
Sending either #?, #printString: or #print:on: converts a Number to a String according to the rules that are used in the given locale.

5.18.1 I18N.LcNumeric class: accessing  (class)
5.18.2 I18N.LcNumeric: printing  (instance)


5.18.1 I18N.LcNumeric class: accessing

category
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.18.2 I18N.LcNumeric: printing

basicPrint: aNumber on: aStream
Print aNumber on aStream according to the receiver's formatting conventions, without currency signs or anything like that. This method must not be overridden.

print: aNumber on: aStream
Print aNumber on aStream according to the receiver's formatting conventions.



Back: I18N.LcNumeric class-accessing Up: I18N.LcNumeric Forward: I18N.LcPrintFormats   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html