You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IniParserConfiguration iniparserConfiguration = new IniParserConfiguration();
iniparserConfiguration.TrimProperties << not available.
var parser = new FileIniDataParser().Parser.Configuration;
var testIni = parser.ReadFile("test.ini");
The text was updated successfully, but these errors were encountered:
[sectioname]
prop1=
prop2=
For the example above, with the version installed 2.5.2, it trims the 5 white spaces of prop1 and 1 whitespace of prop2.
I am not able to find this TrimProperties bool when trying to set it from IniParserConfiguration.
https://github.com/rickyah/ini-parser/blob/d300241a75bec4dcabc0751c8690f3b12b3eaf43/src/IniParser/Configuration/IniParserConfiguration.cs
Sample code from button.
IniParserConfiguration iniparserConfiguration = new IniParserConfiguration();
The text was updated successfully, but these errors were encountered: