From string. To cast any string to most common types. More...
From string. To cast any string to most common types.
example :
Public Member Methods | |
| FromString (PCChar8 text) | |
| Constructor. More... | |
| operator bool () const | |
| bool casting operator. More... | |
| operator Char8 () const | |
| Char8 casting operator. More... | |
| operator UInt8 () const | |
| UInt8 casting operator. More... | |
| operator Int16 () const | |
| Int16 casting operator. More... | |
| operator UInt16 () const | |
| UInt16 casting operator. More... | |
| operator int () const | |
| int casting operator. More... | |
| operator unsigned int () const | |
| unsigned int casting operator. More... | |
| operator Int32 () const | |
| Int32 casting operator. More... | |
| operator UInt32 () const | |
| UInt32 casting operator. More... | |
| operator Int64 () const | |
| Int64 casting operator. More... | |
| operator UInt64 () const | |
| UInt64 casting operator. More... | |
| operator PCChar8 () const | |
| PCChar8 casting operator. More... | |
| operator String () const | |
| String casting operator. More... | |
| operator Float32 () const | |
| Float32 casting operator. More... | |
| operator Float64 () const | |
| Float64 casting operator. More... | |
| operator TimeSpan () const | |
| TimeSpan casting operator. More... | |
| operator Time () const | |
| Time casting operator. More... | |
| operator Date () const | |
| Date casting operator. More... | |
| operator DateTime () const | |
| DateTime casting operator. More... | |
| operator WeekNumber () const | |
| WeekNumber casting operator. More... | |
|
inline |
Constructor.
| text | The text. |
|
inline |
bool casting operator.
|
inline |
Char8 casting operator.
|
inline |
Float32 casting operator.
|
inline |
Float64 casting operator.
|
inline |
int casting operator.
|
inline |
Int16 casting operator.
|
inline |
Int32 casting operator.
|
inline |
Int64 casting operator.
|
inline |
PCChar8 casting operator.
|
inline |
String casting operator.
|
inline |
UInt16 casting operator.
|
inline |
UInt32 casting operator.
|
inline |
UInt64 casting operator.
|
inline |
UInt8 casting operator.
|
inline |
unsigned int casting operator.
|
inline |
WeekNumber casting operator.