Click or drag to resize

INIReaderreadValues Method

Scans through lines of text and extract key/value pairs.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void readValues(
	List<string> lines
)

Parameters

lines
Type: System.Collections.GenericListString
Textline.
See Also