#include <StringHelpers.h>
◆ stringToLowercase()
string StringHelpers::stringToLowercase |
( |
const string & | input | ) |
|
|
static |
◆ stringToUppercase()
string StringHelpers::stringToUppercase |
( |
const string & | input | ) |
|
|
static |
◆ stringTowstring()
wstring StringHelpers::stringTowstring |
( |
const string & | str | ) |
|
|
static |
◆ stringTrim()
string StringHelpers::stringTrim |
( |
const string & | input | ) |
|
|
static |
◆ stringTrimLeft()
string StringHelpers::stringTrimLeft |
( |
const string & | input | ) |
|
|
static |
◆ stringTrimRight()
string StringHelpers::stringTrimRight |
( |
const string & | input | ) |
|
|
static |
◆ wstringToLowercase()
wstring StringHelpers::wstringToLowercase |
( |
const wstring & | input | ) |
|
|
static |
◆ wstringTostring()
string StringHelpers::wstringTostring |
( |
const wstring & | wstr | ) |
|
|
static |
◆ wstringToUppercase()
wstring StringHelpers::wstringToUppercase |
( |
const wstring & | input | ) |
|
|
static |
◆ wstringTrim()
wstring StringHelpers::wstringTrim |
( |
const wstring & | input | ) |
|
|
static |
◆ wstringTrimLeft()
wstring StringHelpers::wstringTrimLeft |
( |
const wstring & | input | ) |
|
|
static |
◆ wstringTrimRight()
wstring StringHelpers::wstringTrimRight |
( |
const wstring & | input | ) |
|
|
static |
The documentation for this class was generated from the following file: