Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Conversion of objects

&pagelevel(3)&pagelevel

Name

Brief description

atof

String to floating-point number

atoi

String to integer

atol

String to long integer

atoll

String to long long integer

ecvt

Floating-point value to string

fcvt

Floating-point value to string

gcvt

Floating-point value to string

mbstowcs

Multibyte string to long string

strtod, strtof, strtold

String to floating-point number

strtoimax

String to intmax_t

strtol

String to long integer

strtoll

String to long long integer

strtoul

String to unsigned long integer

strtoull

String to unsigned long long integer

strtoumax

String to uintmax_t

strptime

String to date and time (as structure)

wcsrtombs

Long string to multibyte string

wcsftime

Date and time to long string

wcstod, wcstof, wcstold

Long string to floating-point number

wcstoimax

Long string to intmax_t

wcstol

Long string to integer (long)

wcstoll

Long string to integer (long long)

wcstoul

long string to integer (unsigned long)

wcstoull

Long string to integer (unsigned long long)

wcstoumax

Long string to uintmax_t