Parser for string values. More...
#include <SNamedValue.h>
Static Public Member Functions | |
static bool | ParseValue (const SStringW &strValue, SStringW &value) |
Parses a string to a string value. | |
static SStringW | GetNullValue () |
Retrieves the null value for strings. | |
Parser for string values.
Definition at line 262 of file SNamedValue.h.
|
static |
Retrieves the null value for strings.
Definition at line 30 of file SNamedValue.cpp.
Parses a string to a string value.
strValue | String representation of the value. |
value | Variable to store the parsed string value. |
Definition at line 35 of file SNamedValue.cpp.