Update WString.h (#1935)
This commit is contained in:
parent
14ff311479
commit
2132d9f809
1 changed files with 1 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ public:
|
||||||
// parsing/conversion
|
// parsing/conversion
|
||||||
long toInt(void) const;
|
long toInt(void) const;
|
||||||
float toFloat(void) const;
|
float toFloat(void) const;
|
||||||
|
double toDouble(void) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
char *buffer; // the actual char array
|
char *buffer; // the actual char array
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue