EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

str( type )

Converting types to str. Convert int to str => str( int ).

method str int.str < result >

Return value

The result string.


str( uint )

Convert uint to str => str( uint ).

method str uint.str < result >

str( float )

Convert float to str => str( float ).

method str float.str <result>

str( long )

Convert long to str => str( long ).

method str long.str <result>

str( ulong )

Convert ulong to str => str( ulong ).

method str ulong.str<result>

str( double )

Convert double to str => str( double ).

method str double.str <result>

Related links

Source

Edit