INIFileHelper.IniReadValue Method

HD.Common

INIFileHelperIniReadValue Method Helper帮助文档
读取INI文件

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string IniReadValue(
	string Section,
	string Key
)
Public Function IniReadValue ( 
	Section As String,
	Key As String
) As String
public:
String^ IniReadValue(
	String^ Section, 
	String^ Key
)
member IniReadValue : 
        Section : string * 
        Key : string -> string 

Parameters

Section
Type: SystemString

[Missing <param name="Section"/> documentation for "M:HD.Common.INIFileHelper.IniReadValue(System.String,System.String)"]

Key
Type: SystemString

[Missing <param name="Key"/> documentation for "M:HD.Common.INIFileHelper.IniReadValue(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.INIFileHelper.IniReadValue(System.String,System.String)"]

See Also

Reference