Jacobus Systems

Results 4 comments of Jacobus Systems

@reinux Is the instability maybe related to #152?

Thanks - I agree re. disconnect detection.

Well, you can use '#' for comments, e.g. ``` var parser = new FileIniDataParser(); parser.Parser.Configuration.CommentString = "#"; ``` (That setting defaults to ';', by the way.) Hope that helps, Jim