SimpleIniFileGetValueFromIni Method

Get Value from the ini files, ignore super classes.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public SimpleIniFileEntry GetValueFromIni(
	string k
)

Parameters

k  String
key.

Return Value

SimpleIniFileEntry
entry.

Remarks

Don't throw exception when value is not set in the ini file, just return null instead.

See Also