Interface for string formatting operations.
More...
#include <IStringFormatter.hpp>
|
| virtual | ~IStringFormatter ()=default |
| virtual std::string | addDots (const std::string &str) const =0 |
| | Add thousand separators (dots) to numeric string.
|
| virtual std::string | removeDots (const std::string &str) const =0 |
| | Remove thousand separators (dots) from numeric string.
|
Interface for string formatting operations.
Provides utilities for string manipulation and formatting.
◆ ~IStringFormatter()
| virtual dotnamecpp::utils::IStringFormatter::~IStringFormatter |
( |
| ) |
|
|
virtualdefault |
◆ addDots()
| virtual std::string dotnamecpp::utils::IStringFormatter::addDots |
( |
const std::string & | str | ) |
const |
|
nodiscardpure virtual |
◆ removeDots()
| virtual std::string dotnamecpp::utils::IStringFormatter::removeDots |
( |
const std::string & | str | ) |
const |
|
nodiscardpure virtual |
The documentation for this class was generated from the following file: