Click or drag to resize
TableDataParserParseRowData Method
解析表格行的组合数据

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string ParseRowData(
	string str,
	out string[] cellKeys,
	out string[] cellValues
)

Parameters

str
Type: SystemString
cellKeys
Type: SystemString
cellValues
Type: SystemString

Return Value

Type: String
返回 rowKey 值
See Also