#include <FndStringUtils.hxx>
Definition at line 30 of file FndStringUtils.hxx.
| static void Teamcenter::FndStringUtils::stringToLower |
( |
std::string & |
stringToModify | ) |
|
|
static |
Converts a string to a lower case version.
It correctly performs the lower case conversion for all character sets.
- Parameters
-
| stringToModify | (IO) The string to be converted to lower case. |
| static void Teamcenter::FndStringUtils::stringToUpper |
( |
std::string & |
stringToModify | ) |
|
|
static |
Converts a string to an upper case version.
It correctly performs the upper case conversion for all character sets.
- Parameters
-
| stringToModify | (IO) The string to be converted to upper case. |
The documentation for this class was generated from the following file: