| DataFunctionsGetDictionaryIdsFromLkString Method |
Text Functions that extracts the codes from all the file dictionaries of an operation resultant string.
Namespace:
LinkarClient
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public string[] GetDictionaryIdsFromLkString(
string lkString
)
Public Function GetDictionaryIdsFromLkString (
lkString As String
) As String()
public:
array<String^>^ GetDictionaryIdsFromLkString(
String^ lkString
)
member GetDictionaryIdsFromLkString :
lkString : string -> string[]
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