Teamcenter C++ API Reference  2312
FndStringUtils.hxx
Go to the documentation of this file.
1 // Copyright 2022 Siemens Digital Industries Software
2 // ==================================================
3 // Copyright 2017.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2022 Siemens Digital Industries Software
8 
20 #ifndef FNDSTRINGUTILS_HXX
21 #define FNDSTRINGUTILS_HXX
22 
23 #include <unidefs.h>
24 #include <string>
25 #include <string.h>
26 
27 #include <base_utils/libbase_utils_exports.h>
28 namespace Teamcenter
29 {
30  class BASE_UTILS_API FndStringUtils
31  {
32  public:
37  static void stringToLower( std::string& stringToModify );
38 
43  static void stringToUpper( std::string& stringToModify );
44  };
45 }
46 
47 #include <base_utils/libbase_utils_undef.h>
48 #endif // FNDSTRINGUTILS_HXX