816  14

	 / 	
ui64toa	char *ui64toa(unsignedint64 value, char *strP, int radix) value  ; radix   ( 2  36)	stdlib.h
ultoa	char *ultoa(unsigned long value, char *string, int radix)  value   string   radix	stdlib.h
ultow	wchart *ultow(unsigned long value, wchart *string, int radix) value   string   radix	stdlib.h
wcstod	double wcstod(const wchart *s, wchart **endptr s   	stdlib.h
wcstol	long wcstol(const wchart *s, wchart **endptr, int radix) s   	stdlib.h
wcstold	long double wcstold(const wchart *s, wchart **endptr) s   	stdlib.h I
wcstoul	unsigned long wcstoul(const wchart *s, wchart **endptr, int radix) s  unsigned long   radix	stdlib.h
wtof	double wtof(const wchart *s) s     	math.h
wtoi	int wtoi(const wchart *s) s  	stdlib.h
wtoi64	int64 wtoi64(const wchart *s) s  	stdlib.h
wtol	long wtol(const wchart *s) s  	stdlib.h
wtold	long double wtold(const wchart *s) s     	math.h



     ,    -
     .  , 
   ,    .
     ,   0.

 atof  strtod     -
  +INF  -INF,     
,    +NAN  -NAN,   
.

  strtod, strtol, _strtold, strtoul, wcstod, wcstol, wcstoul 
endptr    NULL. , :

double  = strtod(Editl->Text.c_str(),NULL);

 ,      Editi,  -
 .     endptr: