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
Copy file name to clipboardExpand all lines: docs/usage/INIConfigIO.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Instance functions help in reading and writing the INI file:
21
21
**SaveFile*() - Saves the in-memory data into the given file.
22
22
23
23
24
-
* IEnumerable<string>*GetSectionNames*() - Gets all the section names present in the file.
24
+
* IEnumerable<string>*GetSectionNames*() - Gets all the section names present in the file.
25
25
26
26
* string *GetString* (string *key*, string *defaultValue* = "") - Gets a value as a string, default value is returned when the key is not present in the file.
27
27
* int *GetInteger* (string *key*, int *defaultValue* = -1) - Gets a value as an integer, default value is returned when the key is not present in the file.
0 commit comments