OnixS CME Drop Copy Handler for C++  5.3.0.0
Static Public Member Functions | List of all members
Number Struct Reference

Helper class for conversion from string to number. More...

Static Public Member Functions

static bool tryParse (const char *buffer, size_t bufferSize, Int32 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, UInt32 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, Int64 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, UInt64 &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, Double &number)
 
static bool tryParse (const char *buffer, size_t bufferSize, Decimal &number)
 

Detailed Description

Helper class for conversion from string to number.