Teamcenter C++ API Reference  2312
Static Public Member Functions | List of all members
Teamcenter::FndStringUtils Class Reference

#include <FndStringUtils.hxx>

Static Public Member Functions

static void stringToLower (std::string &stringToModify)
 
static void stringToUpper (std::string &stringToModify)
 

Detailed Description

Definition at line 30 of file FndStringUtils.hxx.

Member Function Documentation

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: