| Home | Trees | Indices | Help |
|
|---|
|
|
Transforms any type of number (int, long, float) to string.
|
|||
|
|||
| string |
|
||
|
Inherited from |
|||
|
|||
Create NumberToString Instance. formatString is a standard Python string formater (optional).
|
Convert number to string. If no formatString was specified in class contructor data type is dynamicly determined and converted using a default formatString of "%d", "%f", or "%d" for Int, Float, and Long respectively.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:13 2008 | http://epydoc.sourceforge.net |