|
void | FromString (int8 &OutValue, const TCHAR *Buffer) |
|
void | FromString (int16 &OutValue, const TCHAR *Buffer) |
|
void | FromString (int32 &OutValue, const TCHAR *Buffer) |
|
void | FromString (int64 &OutValue, const TCHAR *Buffer) |
|
void | FromString (uint8 &OutValue, const TCHAR *Buffer) |
|
void | FromString (uint16 &OutValue, const TCHAR *Buffer) |
|
void | FromString (uint32 &OutValue, const TCHAR *Buffer) |
|
void | FromString (uint64 &OutValue, const TCHAR *Buffer) |
|
void | FromString (float &OutValue, const TCHAR *Buffer) |
|
void | FromString (double &OutValue, const TCHAR *Buffer) |
|
void | FromString (FString &OutValue, const TCHAR *Buffer) |
|
template<typename CharType > |
TEnableIf< TIsCharType< CharType >::Value, FString >::Type | ToString (const CharType *Ptr) |
|
FString | ToString (bool Value) |
|
FORCEINLINE FString | ToString (FString &&Str) |
|
FORCEINLINE FString | ToString (const FString &Str) |
|
template<typename T > |
FString | ToSanitizedString (const T &Value) |
|
template<typename T > |
static TEnableIf< TIsArithmetic< T >::Value, bool >::Type | TryParseString (T &OutValue, const TCHAR *Buffer) |
|
Namespace that houses lexical conversion for various types. User defined conversions can be implemented externally