| BytesToString(StringBase *pString, UINT32 Bytes) | Convert | [static] |
| ConvertDoubleToMillipoint(double Value, MILLIPOINT *pResult) | Convert | [static] |
| ConvertMillipointToDouble(MILLIPOINT Value, double *pResult) | Convert | [static] |
| ConvertToNewUnits(double Value, UnitType Units, UnitType NewUnits) | Convert | [static] |
| DecimalPoint | Convert | [protected, static] |
| DoubleToString(double Number, StringBase *OutputString, INT32 DecimalPlaces=-1) | Convert | [static] |
| GetCurrentNumberFormat() | Convert | [static] |
| GetDecimalPointChar() | Convert | [static] |
| GetNumberDecimalPlaces() | Convert | [static] |
| GetThousandsSepChar() | Convert | [static] |
| Init() | Convert | [static] |
| IsCharStartOfNumber(TCHAR Char) | Convert | [static] |
| IsCharUnitType(TCHAR Char) | Convert | [static] |
| LongToString(INT32 Number, StringBase *OutputString) | Convert | [static] |
| MillipointsToString(double, UnitType, StringBase *, INT32 DecimalPlaces=-1) | Convert | [static] |
| MinusSign | Convert | [protected, static] |
| NumberToString(MILLIPOINT Number, StringBase *MyString) | Convert | [static] |
| NumDecimalPlaces | Convert | [protected, static] |
| PFNSTRINGTODOUBLE typedef | Convert | |
| PFNSTRINGTOINT32 typedef | Convert | |
| ReadNumber(const StringBase &Str, INT32 *pPos, double *pResult) | Convert | [static] |
| ReadUnitType(const StringBase &Str, INT32 *pPos, UnitType *pUnitType) | Convert | [static] |
| ReplaceDecimalPoint(StringBase *pString) | Convert | [static] |
| SetDecimalPointChar(char NewDecimalPoint) | Convert | [static] |
| SetNumberDecimalPlaces(UINT32 NewDPs) | Convert | [static] |
| SetThousandsSepChar(char NewThousandsSep) | Convert | [static] |
| StringToBytes(const StringBase &pString, BOOL *Valid) | Convert | [static] |
| StringToComponents(const StringBase &InputString, double *pValue, UnitType *pUnits) | Convert | [static] |
| StringToDouble(const StringBase &, UnitType, BOOL *) | Convert | [static] |
| StringToDouble(const StringBase &InputString, double *Number) | Convert | [static] |
| StringToLong(const StringBase &InputString, INT32 *Number) | Convert | [static] |
| StringToMillipoints(const StringBase &, UnitType, BOOL *) | Convert | [static] |
| StripTrailingZeros(StringBase *pString) | Convert | [static] |
| ThousandSep | Convert | [protected, static] |