class string_formatter extends formatter#( string )
singleton Provides a strategy to convert an object of string data type into a string.
| string_formatter | singleton Provides a strategy to convert an object of string data type into a string. |
| Functions | |
| new | protected Creates a new formatter. |
| get_instance | static Returns the singleton instance of this formatter. |
| to_string | virtual Returns a string representation of the given object of string type. |
singleton Provides a strategy to convert an object of string data type into a string.
class string_formatter extends formatter#( string )
protected Creates a new formatter.
protected function new()
static Returns the singleton instance of this formatter.
static function string_formatter get_instance()
virtual Returns a string representation of the given object of string type.
virtual function string to_string( T o )