Berserk
|
Utils to work with default string class. More...
#include <String.hpp>
Public Types | |
using | CharType = char |
Static Public Member Functions | |
static float | ToFloat (const String &str) |
static double | ToDouble (const String &str) |
static int32 | ToInt32 (const String &str) |
static int64 | ToInt64 (const String &str) |
static uint32 | ToUint32 (const String &str) |
static uint64 | ToUint64 (const String &str) |
static String | From (int value) |
static String | From (unsigned int value) |
static String | From (long value) |
static String | From (unsigned long value) |
static String | Fromf (float value, uint32 precision=5) |
static String | Fromd (double value, uint32 precision=5) |
static String | Fromi32 (int32 value) |
static String | Fromi64 (int64 value) |
static String | Fromu32 (uint32 value) |
static String | Fromu64 (uint64 value) |
static String | Fromb (bool value) |
static String | Fromp (const void *value) |
Utils to work with default string class.
using StringUtils::CharType = char |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |