t13801206 / IniParser

イニシャルファイルを読み書きするライブラリ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IniParser

.INIファイルを読み書きするライブラリ

Animation

Settings.ini

[Section0]

;comment key0
Key0 = v0

;comment key1
;hello
Key1 = v1

;comment key2
;string
Key2 = v2

[Section1]

;comment key3
Key3 = 304

;comment key4
Key4 = 450

[Section2]

;this must double
Key6 = 1.23

;Key7 comment
Key7 = 3.45

;this must double
Key8 = 4.56

[Person]

;this is name
;ex Taro Jiro Ichiro
Name = hollywood

;this type must int
Age = 188

Dependency

About

イニシャルファイルを読み書きするライブラリ


Languages

Language:C# 100.0%