| TableDataParserParseRowData Method |
解析表格行的组合数据
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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