Click or drag to resize

MvFunctionsLkExtract Method (String, String, String, Int32, Int32)

Text Function that extracts a field, value or subvalue from a dynamic array.

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public string LkExtract(
	string str,
	string lstDicts,
	string field,
	int value = 0,
	int subvalue = 0
)

Parameters

str
Type: SystemString
The string on which you are going to extract a value.
lstDicts
Type: SystemString
Dictionaries list on which the field specified argument will be searched.
field
Type: SystemString
The dictionary name of the attribute where you want to extract.
value (Optional)
Type: SystemInt32
The multivalue position where you want to extract.
subvalue (Optional)
Type: SystemInt32
The subvalue position where you want to extract.

Return Value

Type: String
A new string with the extracted value.
See Also