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

5.19 I18N.LcPrintFormats

Defined in namespace I18N
Superclass: I18N.LocaleConventions
Category: i18n-Messages
LcPrintFormats subclasses have instances that understand #?, #printString: and #print:on: (the last of which is abstract) which provide a means to convert miscellaneous objects to Strings according to the rules that are used in the given locale.

5.19.1 I18N.LcPrintFormats: printing  (instance)


5.19.1 I18N.LcPrintFormats: printing

? anObject
Answer how anObject must be printed according to the receiver's formatting conventions.

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

printString: anObject
Answer how anObject must be printed according to the receiver's formatting conventions.



Back: I18N.LcPrintFormats Up: I18N.LcPrintFormats Forward: I18N.LcTime   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