xtd 0.2.0
Loading...
Searching...
No Matches

◆ to_string()

xtd::string xtd::configuration::file_settings::to_string ( ) const
overridevirtualnoexcept

Returns a xtd::string that represents the current setting in INI format.

Returns
A string that represents the current setting.
Notes to inheritors
To create your own file_settings with another format, you just need to override the xtd::configuration::file_settings::from_string and xtd::configuration::file_settings::to_string methods.

Reimplemented from xtd::object.