How is it possible to ignore hash or other special characters at the beginning or common?
I have a non standard ini file that begins with a special character like # for comments, but with this character, I get an error message, without, it works.
Error message:IniParser.Exceptions.ParsingException: 'Unknown file format. Couldn't parse the line: '#'. while parsing line number 0 with value '' - IniParser version: 2.5.2.0 while parsing line number 1 with value '#' - IniParser version: 2.5.2.0'
How is it possible to ignore hash or other special characters at the beginning or common?
I have a non standard ini file that begins with a special character like # for comments, but with this character, I get an error message, without, it works.
Error message:
IniParser.Exceptions.ParsingException: 'Unknown file format. Couldn't parse the line: '#'. while parsing line number 0 with value '' - IniParser version: 2.5.2.0 while parsing line number 1 with value '#' - IniParser version: 2.5.2.0'
Thank you for your solution and helping 🙂