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

◆ from_string()

virtual void xtd::configuration::file_settings::from_string ( const xtd::string text)
virtual

Sets the current settings with parsing the xtd::string in INI format.

Parameters
textA text to set 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.