指定された .ini ファイル(初期化ファイル)の指定されたセクション内にある、指定されたキーに関連付けられている文字列を取得します。
Namespace: YiaoWang.UtilityAssembly: YiaoWang.Utility (YiaoWang.Utility.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public bool Read( string section, string key, bool defaultValue ) |
Visual Basic |
---|
Public Function Read ( _ section As String, _ key As String, _ defaultValue As Boolean _ ) As Boolean |
Parameters
- section
- Type: System..::..String
セクションを示す値。
- key
- Type: System..::..String
キーを示す値。
- defaultValue
- Type: System..::..Boolean
key が存在しない場合に返す値。