| DataFunctionsGetRecordsCalculatedFromLkString Method |
Text Function that extracts the records calculated fields from an operation resultant string
Namespace:
LinkarClient
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public string[] GetRecordsCalculatedFromLkString(
string lkString
)
Public Function GetRecordsCalculatedFromLkString (
lkString As String
) As String()
public:
array<String^>^ GetRecordsCalculatedFromLkString(
String^ lkString
)
member GetRecordsCalculatedFromLkString :
lkString : string -> string[]
Parameters
- lkString
- Type: SystemString
Text string on which you are going to extract.
Return Value
Type:
String
The records calculated fields from the string.
See Also