Click or drag to resize

StringFunctionsExtractTotalRecords Method

Linkar Framework for .NET and Core


Looks for the TOTAL_RECORDS_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 int ExtractTotalRecords(
	string lkString
)

Parameters

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

Return Value

Int32
The value of TOTAL_RECORDS_KEY tag.
See Also