Click or drag to resize

IGetStringValue interface

Reading values (string) via keys (string).

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public interface IGetStringValue

The IGetStringValue Type exposes the following members.

Properties
 NameDescription of the
Public PropertyDescription Returns a descriptive name of this StringValueGetter, e.g. name plus source path if applicable.
Back to the top
Methods
 NameDescription of the
Public MethodGetStringValue Returns exactly one value for a key. If there is no value for the key, defaultValue is returned.
Public MethodGetStringValues Returns a string array for a key. If there is no value for the key, defaultValue is returned.
Back to the top
Remarks
File: IGetStringValue.cs
Author: Erik Nagel, NetEti

08/03/2012 Erik Nagel: created.
29.07.2018 Erik Nagel: Description introduced.
See also