QuantLib 0.3.7
Getting started
Reference manual
|
StringFormatter Class Reference#include <ql/basicdataformatters.hpp>
List of all members.
Detailed Description
Formats strings as lower- or uppercase.
|
Static Public Member Functions |
std::string | toLowercase (const std::string &s) |
std::string | toUppercase (const std::string &s) |
|