Click or drag to resize

IniReadWriteClassReadIni Method

파일읽기

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string ReadIni(
	string section,
	string key
)

Parameters

section
Type: SystemString
읽어들일 섹션
key
Type: SystemString
값의 키

Return Value

Type: String
해당값을 리턴함
See Also