Click or drag to resize

DataFunctionsGetDictionaryIdsFromLkString Method

Text Functions that extracts the codes from all the file dictionaries of an operation resultant string.

Namespace:  LinkarClient
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public static string[] GetDictionaryIdsFromLkString(
	string lkString
)

Parameters

lkString
Type: SystemString
Text string on which you are going to extract.

Return Value

Type: String
The codes from all the file dictionaries of an operation resultant string.
See Also