Drive Engine  1.0.0
Plateforme de reconstruction 3D
DriveEngine::StringUtilities Class Reference

String utilities. More...

#include <StringUtilities.h>

Static Public Member Functions

static const std::string ToString (const std::wstring &wstring)
 Converts a wide string to a string. More...
 
static const std::wstring ToWString (const std::string &string)
 Converts a string to a wide string. More...
 

Detailed Description

String utilities.

Member Function Documentation

const std::string StringUtilities::ToString ( const std::wstring &  wstring)
static

Converts a wide string to a string.

Parameters
wstringThe wide string.
Returns
The string.
const std::wstring StringUtilities::ToWString ( const std::string &  string)
static

Converts a string to a wide string.

Parameters
stringThe string.
Returns
The wide string.

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