JsonHelperToHashtable Method |
将一个Json字符串格式化为Xml信息.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static Hashtable ToHashtable(
string json
)
public:
static Hashtable^ ToHashtable(
String^ json
)
Parameters
- json
- Type: SystemString
Json字符串
Return Value
Type:
HashtableXML格式 数据.
See Also