CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdDToStr.h File Reference
#include "OdString.h"
#include "OdAnsiString.h"

Go to the source code of this file.

Functions

FIRSTDLL_EXPORT void odDToStr (char *dst, double val, char fmt, int prec, int cropzeros=0)
 
FIRSTDLL_EXPORT OdString odDToStr (double val, char fmt, int prec, int cropzeros=0)
 
FIRSTDLL_EXPORT double odStrToD (const OdChar *p, OdChar **ppend=0)
 
FIRSTDLL_EXPORT double odStrToD (const char *p, char **ppend=0)
 
FIRSTDLL_EXPORT double odStrToD (const OdString &)
 
FIRSTDLL_EXPORT double odStrToD (const OdAnsiString &)
 

Function Documentation

◆ odDToStr() [1/2]

FIRSTDLL_EXPORT void odDToStr ( char * dst,
double val,
char fmt,
int prec,
int cropzeros = 0 )

◆ odDToStr() [2/2]

FIRSTDLL_EXPORT OdString odDToStr ( double val,
char fmt,
int prec,
int cropzeros = 0 )

◆ odStrToD() [1/4]

FIRSTDLL_EXPORT double odStrToD ( const char * p,
char ** ppend = 0 )

◆ odStrToD() [2/4]

FIRSTDLL_EXPORT double odStrToD ( const OdAnsiString & )

◆ odStrToD() [3/4]

FIRSTDLL_EXPORT double odStrToD ( const OdChar * p,
OdChar ** ppend = 0 )

◆ odStrToD() [4/4]

FIRSTDLL_EXPORT double odStrToD ( const OdString & )