$FUNCNAME$
  DSTRTON()
$CATEGORY$
  STRING, NUMERIC, CONVERSION
$SUMMARY$
	Convert string as "double"  to xClipper-numeric.
$LANG_RU$
	  c "double"-  xClipper-.
$SYNTAX$
     DSTRTON(<sString>) 	--> <nValue>
$ARGUMENTS$
     <sString>	String, is the source string
$LANG_RU$
     <sString>	String,  
$RETURNS$
     Returns the numeric value, what was converted from string with "double"  representation.
$LANG_RU$
       ,     "double" .
$DESCRIPTION$
     DSTRTON() converts string <sString> to numeric values and returns it.
$LANG_RU$
     DSTRTON()   <sString>     .
$EXAMPLES$

fread(file,@str,8)<BR>
n=DSTRTON(str)

$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
$AUTHOR$
ITK
   $LANG_RU$

$END$

