Next: , Previous: , Up: Data Conversion   [Contents][Index]


11.7.2 String Conversion

These routines convert values to a string result.

atol

To convert a string to a number.

date_from_tai

To convert from TAI seconds to a date string.

freads

To read values from a string.

fstring

To convert data values to a string.

ist

To convert a number to a string.

istring

To convert a number to a string.

lowcase

To convert the letters in a string to lower case.

lower

To convert the letters in a string to lower case.

sprintf

To convert data into a string.

str

To convert a number to a string.

string

To convert a number to a string.

strtol

To convert from a string to a number.

upcase

To convert the letters in a string to upper case.

upper

To convert the letters in a string to upper case.