Click or drag to resize

DataFunctionsGetErrorsFromLkString Method

Text Function that extracts the errors from an operation resultant string.

Namespace:  LinkarClient
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public string[] GetErrorsFromLkString(
	string lkString
)

Parameters

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

Return Value

Type: String
The errors from the string.
See Also