Click or drag to resize

StringFunctionsExtractRecordsCalculatedDicts Method

Linkar Framework for .NET and Core


Looks for the CALCULATED_DICTS_KEY tag inside "lkString", and extracts its value.

Namespace: Linkar.Strings
Assembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax
public static string[] ExtractRecordsCalculatedDicts(
	string lkString
)

Parameters

lkString  String
A string obtained as a result of executing an operation.

Return Value

String
The value of CALCULATED_DICTS_KEY tag.
See Also