Click or drag to resize

StringFunctionsExtractRowProperties Method

Linkar Framework for .NET and Core


Looks for the ROWPROPERTIES_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 string[] ExtractRowProperties(
	string lkString
)

Parameters

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

Return Value

String
The value of ROWPROPERTIES_KEY tag.
See Also