JsonHelperToDictionary Method |
将一个Json字符串格式化为Xml信息.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static Dictionary<string, Object> ToDictionary(
string json
)
public:
static Dictionary<String^, Object^>^ ToDictionary(
String^ json
)
Parameters
- json
- Type: SystemString
Json字符串
Return Value
Type:
DictionaryString,
ObjectXML格式 数据.
See Also