Click or drag to resize

INIReaderasCustomUnitsList Method

Returns a list of tuples of strings where the first string is the physical unit to be replaced, the second item the unit to be used instead consistency of units is not checked.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<Tuple<string, string>> asCustomUnitsList(
	string key
)

Parameters

key
Type: SystemString
string to be converted.

Return Value

Type: ListTupleString, String

[Missing <returns> documentation for "M:Karamba.Utilities.INIReader.asCustomUnitsList(System.String)"]

See Also