|
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) |
Definition at line 276 of file Numeric.h.
◆ tryParse() [1/6]
bool tryParse |
( |
const char * | buffer, |
|
|
size_t | bufferSize, |
|
|
Decimal & | number ) |
|
static |
◆ tryParse() [2/6]
bool tryParse |
( |
const char * | buffer, |
|
|
size_t | bufferSize, |
|
|
Double & | number ) |
|
static |
◆ tryParse() [3/6]
bool tryParse |
( |
const char * | buffer, |
|
|
size_t | bufferSize, |
|
|
Int32 & | number ) |
|
static |
◆ tryParse() [4/6]
bool tryParse |
( |
const char * | buffer, |
|
|
size_t | bufferSize, |
|
|
Int64 & | number ) |
|
static |
◆ tryParse() [5/6]
bool tryParse |
( |
const char * | buffer, |
|
|
size_t | bufferSize, |
|
|
UInt32 & | number ) |
|
static |
◆ tryParse() [6/6]
bool tryParse |
( |
const char * | buffer, |
|
|
size_t | bufferSize, |
|
|
UInt64 & | number ) |
|
static |