14#ifndef _WIDGETS_NUMFORMATTER_H_
15#define _WIDGETS_NUMFORMATTER_H_
18#include <wx/chartype.h>
19#include <wx/longlong.h>
23#define HAS_LONG_LONG_T_DIFFERENT_FROM_LONG
46#ifdef HAS_LONG_LONG_T_DIFFERENT_FROM_LONG
47 static wxString
ToString(wxLongLong_t val,
58 static bool FromString(
const wxString &s,
long *val);
59#ifdef HAS_LONG_LONG_T_DIFFERENT_FROM_LONG
60 static bool FromString(
const wxString &s, wxLongLong_t *val);
62 static bool FromString(
const wxString &s,
double *val);