soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SStringParser Class Reference

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.
 

Detailed Description

Parser for string values.

Definition at line 262 of file SNamedValue.h.

Member Function Documentation

◆ GetNullValue()

SStringW SStringParser::GetNullValue ( )
static

Retrieves the null value for strings.

Returns
Null value for strings.

Definition at line 30 of file SNamedValue.cpp.

◆ ParseValue()

bool SStringParser::ParseValue ( const SStringW & strValue,
SStringW & value )
static

Parses a string to a string value.

Parameters
strValueString representation of the value.
valueVariable to store the parsed string value.
Returns
TRUE if parsing is successful, FALSE otherwise.

Definition at line 35 of file SNamedValue.cpp.


The documentation for this class was generated from the following files: