|
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)
Syntaxpublic List<Tuple<string, string>> asCustomUnitsList(
string key
)
Public Function asCustomUnitsList (
key As String
) As List(Of Tuple(Of String, String))
public:
List<Tuple<String^, String^>^>^ asCustomUnitsList(
String^ key
)
member asCustomUnitsList :
key : string -> List<Tuple<string, string>>
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